is not current version
Last Version 1.0.4

dev.xethh.libs.toolkits:bom-common 1.0.1

Bom common defined common libraries for all general use case and basic imported base dependency of junit, slf4j and DateUtils.

GroupId

GroupId

dev.xethh.libs.toolkits
ArtifactId

ArtifactId

bom-common
Version

Version

1.0.1
Type

Type

pom

Download bom-common 1.0.1

Filename Size
bom-common-1.0.1.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/bom-common/ -->
<dependency>
    <groupId>dev.xethh.libs.toolkits</groupId>
    <artifactId>bom-common</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/bom-common/
implementation 'dev.xethh.libs.toolkits:bom-common:1.0.1'
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/bom-common/
implementation ("dev.xethh.libs.toolkits:bom-common:1.0.1")
'dev.xethh.libs.toolkits:bom-common:pom:1.0.1'
<dependency org="dev.xethh.libs.toolkits" name="bom-common" rev="1.0.1">
  <artifact name="bom-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.libs.toolkits', module='bom-common', version='1.0.1')
)
libraryDependencies += "dev.xethh.libs.toolkits" % "bom-common" % "1.0.1"
[dev.xethh.libs.toolkits/bom-common "1.0.1"]