License |
License |
---|---|
GroupId | GroupIddev.xethh.libs.toolkits |
ArtifactId | ArtifactIdcommons |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontoolkits-commons
Library of commonly used tools
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-1.0.1.pom | |
commons-1.0.1.jar | 47 KB |
commons-1.0.1-sources.jar | 23 KB |
commons-1.0.1-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/commons/ -->
<dependency>
<groupId>dev.xethh.libs.toolkits</groupId>
<artifactId>commons</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/commons/
implementation 'dev.xethh.libs.toolkits:commons:1.0.1'
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/commons/
implementation ("dev.xethh.libs.toolkits:commons:1.0.1")
'dev.xethh.libs.toolkits:commons:jar:1.0.1'
<dependency org="dev.xethh.libs.toolkits" name="commons" rev="1.0.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.libs.toolkits', module='commons', version='1.0.1')
)
libraryDependencies += "dev.xethh.libs.toolkits" % "commons" % "1.0.1"
[dev.xethh.libs.toolkits/commons "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.29 |
org.apache.commons : commons-lang3 | jar | 3.9 |
me.xethh.utils : DateUtils | jar | 6.0.0.RC5-RELEASE |
org.aspectj : aspectjweaver | jar | 1.8.9 |
org.bouncycastle : bcprov-jdk15on | jar | 1.63 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |