GroupId | GroupIdco.abit.api.core |
---|---|
ArtifactId | ArtifactIdcore-starter |
Version | Version1.1.3 |
Type | Typepom |
Filename | Size |
---|---|
core-starter-1.1.3.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.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.abit.api.core/core-starter/
implementation 'co.abit.api.core:core-starter:1.1.3'
// https://jarcasting.com/artifacts/co.abit.api.core/core-starter/
implementation ("co.abit.api.core:core-starter:1.1.3")
'co.abit.api.core:core-starter:pom:1.1.3'
<dependency org="co.abit.api.core" name="core-starter" rev="1.1.3">
<artifact name="core-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.abit.api.core', module='core-starter', version='1.1.3')
)
libraryDependencies += "co.abit.api.core" % "core-starter" % "1.1.3"
[co.abit.api.core/core-starter "1.1.3"]