License |
License |
---|---|
GroupId | GroupIdorg.ocpsoft.common |
ArtifactId | ArtifactIdcommon-parent |
Version | Version1.0.6.Final |
Type | Typepom |
Description |
DescriptionOCPsoft Common - Parent
Parent POM for Common API and Utilities
|
Project Organization |
Project OrganizationOCPsoft |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-parent-1.0.6.Final.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ocpsoft.common/common-parent/ -->
<dependency>
<groupId>org.ocpsoft.common</groupId>
<artifactId>common-parent</artifactId>
<version>1.0.6.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ocpsoft.common/common-parent/
implementation 'org.ocpsoft.common:common-parent:1.0.6.Final'
// https://jarcasting.com/artifacts/org.ocpsoft.common/common-parent/
implementation ("org.ocpsoft.common:common-parent:1.0.6.Final")
'org.ocpsoft.common:common-parent:pom:1.0.6.Final'
<dependency org="org.ocpsoft.common" name="common-parent" rev="1.0.6.Final">
<artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ocpsoft.common', module='common-parent', version='1.0.6.Final')
)
libraryDependencies += "org.ocpsoft.common" % "common-parent" % "1.0.6.Final"
[org.ocpsoft.common/common-parent "1.0.6.Final"]