GroupId | GroupIdme.ahoo.cocache |
---|---|
ArtifactId | ArtifactIdcocache-bom |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
cocache-bom-0.0.3.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/me.ahoo.cocache/cocache-bom/ -->
<dependency>
<groupId>me.ahoo.cocache</groupId>
<artifactId>cocache-bom</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.ahoo.cocache/cocache-bom/
implementation 'me.ahoo.cocache:cocache-bom:0.0.3'
// https://jarcasting.com/artifacts/me.ahoo.cocache/cocache-bom/
implementation ("me.ahoo.cocache:cocache-bom:0.0.3")
'me.ahoo.cocache:cocache-bom:pom:0.0.3'
<dependency org="me.ahoo.cocache" name="cocache-bom" rev="0.0.3">
<artifact name="cocache-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.ahoo.cocache', module='cocache-bom', version='0.0.3')
)
libraryDependencies += "me.ahoo.cocache" % "cocache-bom" % "0.0.3"
[me.ahoo.cocache/cocache-bom "0.0.3"]