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