is not current version
Last Version 0.3.1

com.github.goldin.plugins.gradle:node 0.2.2

Gradle Plugins

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.goldin.plugins.gradle
ArtifactId

ArtifactId

node
Version

Version

0.2.2
Type

Type

jar

Download node 0.2.2


<!-- https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/node/ -->
<dependency>
    <groupId>com.github.goldin.plugins.gradle</groupId>
    <artifactId>node</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/node/
implementation 'com.github.goldin.plugins.gradle:node:0.2.2'
// https://jarcasting.com/artifacts/com.github.goldin.plugins.gradle/node/
implementation ("com.github.goldin.plugins.gradle:node:0.2.2")
'com.github.goldin.plugins.gradle:node:jar:0.2.2'
<dependency org="com.github.goldin.plugins.gradle" name="node" rev="0.2.2">
  <artifact name="node" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.goldin.plugins.gradle', module='node', version='0.2.2')
)
libraryDependencies += "com.github.goldin.plugins.gradle" % "node" % "0.2.2"
[com.github.goldin.plugins.gradle/node "0.2.2"]