License |
License |
---|---|
GroupId | GroupIdcom.daioware |
ArtifactId | ArtifactIdcommons |
Version | Version3.2.1-RELEASE |
Type | Typejar |
Description |
Descriptiondaioware commons utilities
Commons Utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-3.2.1-RELEASE.pom | |
commons-3.2.1-RELEASE.jar | 40 KB |
commons-3.2.1-RELEASE-sources.jar | 19 KB |
commons-3.2.1-RELEASE-javadoc.jar | 185 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware/commons/ -->
<dependency>
<groupId>com.daioware</groupId>
<artifactId>commons</artifactId>
<version>3.2.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware/commons/
implementation 'com.daioware:commons:3.2.1-RELEASE'
// https://jarcasting.com/artifacts/com.daioware/commons/
implementation ("com.daioware:commons:3.2.1-RELEASE")
'com.daioware:commons:jar:3.2.1-RELEASE'
<dependency org="com.daioware" name="commons" rev="3.2.1-RELEASE">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware', module='commons', version='3.2.1-RELEASE')
)
libraryDependencies += "com.daioware" % "commons" % "3.2.1-RELEASE"
[com.daioware/commons "3.2.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.2 |
com.daioware : math | jar | 1.0.1-RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |