License |
License |
---|---|
GroupId | GroupIddev.xethh.libs.toolkits |
ArtifactId | ArtifactIdbom-common |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionbom-common
Bom common defined common libraries for all general use case and basic imported base dependency of junit, slf4j and DateUtils.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bom-common-1.0.4.pom | 3 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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/bom-common/
implementation 'dev.xethh.libs.toolkits:bom-common:1.0.4'
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/bom-common/
implementation ("dev.xethh.libs.toolkits:bom-common:1.0.4")
'dev.xethh.libs.toolkits:bom-common:pom:1.0.4'
<dependency org="dev.xethh.libs.toolkits" name="bom-common" rev="1.0.4">
<artifact name="bom-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.libs.toolkits', module='bom-common', version='1.0.4')
)
libraryDependencies += "dev.xethh.libs.toolkits" % "bom-common" % "1.0.4"
[dev.xethh.libs.toolkits/bom-common "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
me.xethh.utils : DateUtils | jar | 6.0.0.RC9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |