Last Version

OpenLib Master Parent POM 1.0.0

master-parent is an Apache Maven master parent POM that contains the shared dependencies and properties for all OpenLib Java libraries

License

License

GroupId

GroupId

org.chrisjaehnen.openlib
ArtifactId

ArtifactId

master-parent
Version

Version

1.0.0
Type

Type

jar
Description

Description

OpenLib Master Parent POM
master-parent is an Apache Maven master parent POM that contains the shared dependencies and properties for all OpenLib Java libraries

Download master-parent 1.0.0


<!-- https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/master-parent/ -->
<dependency>
    <groupId>org.chrisjaehnen.openlib</groupId>
    <artifactId>master-parent</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/master-parent/
implementation 'org.chrisjaehnen.openlib:master-parent:1.0.0'
// https://jarcasting.com/artifacts/org.chrisjaehnen.openlib/master-parent/
implementation ("org.chrisjaehnen.openlib:master-parent:1.0.0")
'org.chrisjaehnen.openlib:master-parent:jar:1.0.0'
<dependency org="org.chrisjaehnen.openlib" name="master-parent" rev="1.0.0">
  <artifact name="master-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chrisjaehnen.openlib', module='master-parent', version='1.0.0')
)
libraryDependencies += "org.chrisjaehnen.openlib" % "master-parent" % "1.0.0"
[org.chrisjaehnen.openlib/master-parent "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2
joda-time : joda-time jar 2.3

provided (6)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : jcl-over-slf4j jar 1.7.7
org.slf4j : jul-to-slf4j jar 1.7.7
org.slf4j : log4j-over-slf4j jar 1.7.7
ch.qos.logback : logback-core jar 1.1.2
ch.qos.logback : logback-classic jar 1.1.2

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.easymock : easymock jar 3.2
org.unitils : unitils-core jar 3.4.1

Project Modules

There are no modules declared in this project.