GroupId | GroupIdio.nuls.v2 |
---|---|
ArtifactId | ArtifactIdnuls-smartcontract-archetype |
Version | Version0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.nuls.v2/nuls-smartcontract-archetype/ -->
<dependency>
<groupId>io.nuls.v2</groupId>
<artifactId>nuls-smartcontract-archetype</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.nuls.v2/nuls-smartcontract-archetype/
implementation 'io.nuls.v2:nuls-smartcontract-archetype:0.9'
// https://jarcasting.com/artifacts/io.nuls.v2/nuls-smartcontract-archetype/
implementation ("io.nuls.v2:nuls-smartcontract-archetype:0.9")
'io.nuls.v2:nuls-smartcontract-archetype:jar:0.9'
<dependency org="io.nuls.v2" name="nuls-smartcontract-archetype" rev="0.9">
<artifact name="nuls-smartcontract-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nuls.v2', module='nuls-smartcontract-archetype', version='0.9')
)
libraryDependencies += "io.nuls.v2" % "nuls-smartcontract-archetype" % "0.9"
[io.nuls.v2/nuls-smartcontract-archetype "0.9"]