GroupId | GroupIdio.craftcode |
---|---|
ArtifactId | ArtifactIdcraft-atom-protocol-http |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.craftcode/craft-atom-protocol-http/ -->
<dependency>
<groupId>io.craftcode</groupId>
<artifactId>craft-atom-protocol-http</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.craftcode/craft-atom-protocol-http/
implementation 'io.craftcode:craft-atom-protocol-http:3.0.1'
// https://jarcasting.com/artifacts/io.craftcode/craft-atom-protocol-http/
implementation ("io.craftcode:craft-atom-protocol-http:3.0.1")
'io.craftcode:craft-atom-protocol-http:jar:3.0.1'
<dependency org="io.craftcode" name="craft-atom-protocol-http" rev="3.0.1">
<artifact name="craft-atom-protocol-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.craftcode', module='craft-atom-protocol-http', version='3.0.1')
)
libraryDependencies += "io.craftcode" % "craft-atom-protocol-http" % "3.0.1"
[io.craftcode/craft-atom-protocol-http "3.0.1"]