GroupId | GroupIdio.uok |
---|---|
ArtifactId | ArtifactIdspacex-boot-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spacex-boot-core-1.0.0.pom | |
spacex-boot-core-1.0.0.jar | 23 KB |
spacex-boot-core-1.0.0-sources.jar | 12 KB |
spacex-boot-core-1.0.0-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.uok/spacex-boot-core/ -->
<dependency>
<groupId>io.uok</groupId>
<artifactId>spacex-boot-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.uok/spacex-boot-core/
implementation 'io.uok:spacex-boot-core:1.0.0'
// https://jarcasting.com/artifacts/io.uok/spacex-boot-core/
implementation ("io.uok:spacex-boot-core:1.0.0")
'io.uok:spacex-boot-core:jar:1.0.0'
<dependency org="io.uok" name="spacex-boot-core" rev="1.0.0">
<artifact name="spacex-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.uok', module='spacex-boot-core', version='1.0.0')
)
libraryDependencies += "io.uok" % "spacex-boot-core" % "1.0.0"
[io.uok/spacex-boot-core "1.0.0"]