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