commons

The commons project is a collections of commons libraries for Java. Currently it only contains the commons-data library. For more information see commons-data
| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.github.tomschi |
| ArtifactId | ArtifactIdcommons-data |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-data
Parent pom different commons modules
|
| Project Organization |
Project OrganizationTomschi |
| Filename | Size |
|---|---|
| commons-data-0.2.1.pom | |
| commons-data-0.2.1.jar | 16 KB |
| commons-data-0.2.1-sources.jar | 20 KB |
| commons-data-0.2.1-javadoc.jar | 121 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-data/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-data</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-data/
implementation 'com.github.tomschi:commons-data:0.2.1'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-data/
implementation ("com.github.tomschi:commons-data:0.2.1")
'com.github.tomschi:commons-data:jar:0.2.1'
<dependency org="com.github.tomschi" name="commons-data" rev="0.2.1">
<artifact name="commons-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-data', version='0.2.1')
)
libraryDependencies += "com.github.tomschi" % "commons-data" % "0.2.1"
[com.github.tomschi/commons-data "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.tomschi : commons | jar | 0.2.1 |
| com.google.code.findbugs : jsr305 Optional | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar |
The commons project is a collections of commons libraries for Java. Currently it only contains the commons-data library. For more information see commons-data