Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.goldin.plugins.gradle |
ArtifactId | ArtifactIdnode |
Version | Version0.2.8 |
Type | Typejar |
Filename | Size |
---|---|
node-0.2.8.pom | |
node-0.2.8.jar | 626 KB |
node-0.2.8-sources.jar | 32 KB |
node-0.2.8-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/node/ -->
<dependency>
<groupId>com.github.goldin.plugins.gradle</groupId>
<artifactId>node</artifactId>
<version>0.2.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/node/
implementation 'com.github.goldin.plugins.gradle:node:0.2.8'
// https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/node/
implementation ("com.github.goldin.plugins.gradle:node:0.2.8")
'com.github.goldin.plugins.gradle:node:jar:0.2.8'
<dependency org="com.github.goldin.plugins.gradle" name="node" rev="0.2.8">
<artifact name="node" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.goldin.plugins.gradle', module='node', version='0.2.8')
)
libraryDependencies += "com.github.goldin.plugins.gradle" % "node" % "0.2.8"
[com.github.goldin.plugins.gradle/node "0.2.8"]