GroupId | GroupIdco.abit.api.core |
---|---|
ArtifactId | ArtifactIdcore-starter |
Version | Version1.0.10 |
Type | Typepom |
Filename | Size |
---|---|
core-starter-1.0.10.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.abit.api.core/core-starter/ -->
<dependency>
<groupId>co.abit.api.core</groupId>
<artifactId>core-starter</artifactId>
<version>1.0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.abit.api.core/core-starter/
implementation 'co.abit.api.core:core-starter:1.0.10'
// https://jarcasting.com/artifacts/co.abit.api.core/core-starter/
implementation ("co.abit.api.core:core-starter:1.0.10")
'co.abit.api.core:core-starter:pom:1.0.10'
<dependency org="co.abit.api.core" name="core-starter" rev="1.0.10">
<artifact name="core-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.abit.api.core', module='core-starter', version='1.0.10')
)
libraryDependencies += "co.abit.api.core" % "core-starter" % "1.0.10"
[co.abit.api.core/core-starter "1.0.10"]