is not current version
Last Version 16

org.ocpsoft:ocpsoft-parent 14

OCPsoft Parent POM

GroupId

GroupId

org.ocpsoft
ArtifactId

ArtifactId

ocpsoft-parent
Version

Version

14
Type

Type

pom

Download ocpsoft-parent 14

Filename Size
ocpsoft-parent-14.pom 33 KB
Browse

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