-
- All Implemented Interfaces:
-
java.io.Serializable,org.jetbrains.kotlin.gradle.targets.js.RequiredKotlinJsDependency
public final class NpmPackageVersion implements RequiredKotlinJsDependency
-
-
Constructor Summary
Constructors Constructor Description NpmPackageVersion(String name, String version)
-
Method Summary
Modifier and Type Method Description final StringgetName()final StringgetVersion()final UnitsetVersion(String version)DependencycreateDependency(Project project, NpmDependency.Scope scope)-
-
Method Detail
-
getVersion
final String getVersion()
-
setVersion
final Unit setVersion(String version)
-
createDependency
Dependency createDependency(Project project, NpmDependency.Scope scope)
-
-
-
-