GroupId | GroupIdorg.alephium |
---|---|
ArtifactId | ArtifactIdalephium-tools_2.13 |
Version | Version0.8.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.alephium/alephium-tools_2.13/ -->
<dependency>
<groupId>org.alephium</groupId>
<artifactId>alephium-tools_2.13</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.alephium/alephium-tools_2.13/
implementation 'org.alephium:alephium-tools_2.13:0.8.8'
// https://jarcasting.com/artifacts/org.alephium/alephium-tools_2.13/
implementation ("org.alephium:alephium-tools_2.13:0.8.8")
'org.alephium:alephium-tools_2.13:jar:0.8.8'
<dependency org="org.alephium" name="alephium-tools_2.13" rev="0.8.8">
<artifact name="alephium-tools_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alephium', module='alephium-tools_2.13', version='0.8.8')
)
libraryDependencies += "org.alephium" % "alephium-tools_2.13" % "0.8.8"
[org.alephium/alephium-tools_2.13 "0.8.8"]