License |
License
Standard BSD
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.iplantc.core |
ArtifactId | ArtifactIdbase-pom |
Last Version | Last Version1.8.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBase Pom
This is a base level pom that other projects can inherit from to include
common libraries. It helps avoid the repeating the same dependency in
multiple poms and causes conflicts when one pom is upgraded but the others
are not.
|
Filename | Size |
---|---|
base-pom-1.8.4.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iplantc.core/base-pom/ -->
<dependency>
<groupId>org.iplantc.core</groupId>
<artifactId>base-pom</artifactId>
<version>1.8.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.iplantc.core/base-pom/
implementation 'org.iplantc.core:base-pom:1.8.4'
// https://jarcasting.com/artifacts/org.iplantc.core/base-pom/
implementation ("org.iplantc.core:base-pom:1.8.4")
'org.iplantc.core:base-pom:pom:1.8.4'
<dependency org="org.iplantc.core" name="base-pom" rev="1.8.4">
<artifact name="base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.iplantc.core', module='base-pom', version='1.8.4')
)
libraryDependencies += "org.iplantc.core" % "base-pom" % "1.8.4"
[org.iplantc.core/base-pom "1.8.4"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20131018 |
net.sf.json-lib : json-lib | jar | 2.4 |
commons-lang : commons-lang | jar | 2.6 |
commons-collections : commons-collections | jar | 3.2.1 |
org.apache.httpcomponents : httpclient | jar | 4.1.2 |
commons-io : commons-io | jar | 2.1 |
org.hibernate : hibernate-core | jar | 3.6.8.Final |
org.hibernate : hibernate-c3p0 | jar | 3.6.8.Final |
org.hibernate.java-persistence : jpa-api | jar | 2.0-cr-1 |
javax.persistence : persistence-api | jar | 1.0-rev-1 |
javassist : javassist | jar | 3.8.0.GA |
org.hsqldb : hsqldb | jar | 2.2.4 |
org.hsqldb : sqltool | jar | 2.2.4 |
postgresql : postgresql | jar | 9.0-801.jdbc4 |
org.slf4j : slf4j-log4j12 | jar | 1.6.4 |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.8.5 |