commons-parent

Parent pom different commons modules

License

License

GroupId

GroupId

com.github.tomschi
ArtifactId

ArtifactId

commons-parent
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

pom
Description

Description

commons-parent
Parent pom different commons modules
Project URL

Project URL

https://github.com/Tomschi/commons
Project Organization

Project Organization

Tomschi
Source Code Management

Source Code Management

https://github.com/Tomschi/commons

Download commons-parent

Filename Size
commons-parent-0.2.1.pom 3 KB
Browse

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 Optional jar 3.0.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar

Project Modules

  • commons
  • commons-annotation
  • commons-aspect
  • commons-data
  • commons-slf4j

commons Build Status Coverage Status

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

Versions

Version
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0