GroupId | GroupIdio.github.aomsweet |
---|---|
ArtifactId | ArtifactIdcyber-core |
Version | Version1.0.0.alpha2 |
Type | Typejar |
Filename | Size |
---|---|
cyber-core-1.0.0.alpha2.pom | |
cyber-core-1.0.0.alpha2.jar | 60 KB |
cyber-core-1.0.0.alpha2-sources.jar | 41 KB |
cyber-core-1.0.0.alpha2-javadoc.jar | 607 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.aomsweet/cyber-core/ -->
<dependency>
<groupId>io.github.aomsweet</groupId>
<artifactId>cyber-core</artifactId>
<version>1.0.0.alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.aomsweet/cyber-core/
implementation 'io.github.aomsweet:cyber-core:1.0.0.alpha2'
// https://jarcasting.com/artifacts/io.github.aomsweet/cyber-core/
implementation ("io.github.aomsweet:cyber-core:1.0.0.alpha2")
'io.github.aomsweet:cyber-core:jar:1.0.0.alpha2'
<dependency org="io.github.aomsweet" name="cyber-core" rev="1.0.0.alpha2">
<artifact name="cyber-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.aomsweet', module='cyber-core', version='1.0.0.alpha2')
)
libraryDependencies += "io.github.aomsweet" % "cyber-core" % "1.0.0.alpha2"
[io.github.aomsweet/cyber-core "1.0.0.alpha2"]