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 |
---|---|
GroupId | GroupIdcom.github.tomschi |
ArtifactId | ArtifactIdcommons-parent |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncommons-parent
Parent pom different commons modules
|
Project URL |
Project URL |
Project Organization |
Project OrganizationTomschi |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-parent-0.2.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomschi/commons-parent/ -->
<dependency>
<groupId>com.github.tomschi</groupId>
<artifactId>commons-parent</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomschi/commons-parent/
implementation 'com.github.tomschi:commons-parent:0.2.1'
// https://jarcasting.com/artifacts/com.github.tomschi/commons-parent/
implementation ("com.github.tomschi:commons-parent:0.2.1")
'com.github.tomschi:commons-parent:pom:0.2.1'
<dependency org="com.github.tomschi" name="commons-parent" rev="0.2.1">
<artifact name="commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tomschi', module='commons-parent', version='0.2.1')
)
libraryDependencies += "com.github.tomschi" % "commons-parent" % "0.2.1"
[com.github.tomschi/commons-parent "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
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