GroupId | GroupIdorg.jbasics.atomify |
---|---|
ArtifactId | ArtifactIdatom-service |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
atom-service-0.3.0.pom | |
atom-service-0.3.0.jar | 15 KB |
atom-service-0.3.0-sources.jar | 15 KB |
atom-service-0.3.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbasics.atomify/atom-service/ -->
<dependency>
<groupId>org.jbasics.atomify</groupId>
<artifactId>atom-service</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jbasics.atomify/atom-service/
implementation 'org.jbasics.atomify:atom-service:0.3.0'
// https://jarcasting.com/artifacts/org.jbasics.atomify/atom-service/
implementation ("org.jbasics.atomify:atom-service:0.3.0")
'org.jbasics.atomify:atom-service:jar:0.3.0'
<dependency org="org.jbasics.atomify" name="atom-service" rev="0.3.0">
<artifact name="atom-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jbasics.atomify', module='atom-service', version='0.3.0')
)
libraryDependencies += "org.jbasics.atomify" % "atom-service" % "0.3.0"
[org.jbasics.atomify/atom-service "0.3.0"]