GroupId | GroupIdio.uok |
---|---|
ArtifactId | ArtifactIdspacex-boot-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
spacex-boot-core-1.0.1.pom | |
spacex-boot-core-1.0.1.jar | 23 KB |
spacex-boot-core-1.0.1-sources.jar | 12 KB |
spacex-boot-core-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.uok/spacex-boot-core/
implementation 'io.uok:spacex-boot-core:1.0.1'
// https://jarcasting.com/artifacts/io.uok/spacex-boot-core/
implementation ("io.uok:spacex-boot-core:1.0.1")
'io.uok:spacex-boot-core:jar:1.0.1'
<dependency org="io.uok" name="spacex-boot-core" rev="1.0.1">
<artifact name="spacex-boot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.uok', module='spacex-boot-core', version='1.0.1')
)
libraryDependencies += "io.uok" % "spacex-boot-core" % "1.0.1"
[io.uok/spacex-boot-core "1.0.1"]