GroupId | GroupIdus.eharning.atomun |
---|---|
ArtifactId | ArtifactIdatomun-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
atomun-core-0.0.1.pom | |
atomun-core-0.0.1.jar | 18 KB |
atomun-core-0.0.1-sources.jar | 15 KB |
atomun-core-0.0.1-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/us.eharning.atomun/atomun-core/ -->
<dependency>
<groupId>us.eharning.atomun</groupId>
<artifactId>atomun-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/us.eharning.atomun/atomun-core/
implementation 'us.eharning.atomun:atomun-core:0.0.1'
// https://jarcasting.com/artifacts/us.eharning.atomun/atomun-core/
implementation ("us.eharning.atomun:atomun-core:0.0.1")
'us.eharning.atomun:atomun-core:jar:0.0.1'
<dependency org="us.eharning.atomun" name="atomun-core" rev="0.0.1">
<artifact name="atomun-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.eharning.atomun', module='atomun-core', version='0.0.1')
)
libraryDependencies += "us.eharning.atomun" % "atomun-core" % "0.0.1"
[us.eharning.atomun/atomun-core "0.0.1"]