License |
License |
---|---|
GroupId | GroupIdorg.ocpsoft |
ArtifactId | ArtifactIdocpsoft-parent |
Version | Version16 |
Type | Typepom |
Description |
DescriptionOCPsoft Parent
OCPsoft Parent POM
|
Project Organization |
Project OrganizationOCPsoft |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ocpsoft-parent-16.pom | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ocpsoft/ocpsoft-parent/ -->
<dependency>
<groupId>org.ocpsoft</groupId>
<artifactId>ocpsoft-parent</artifactId>
<version>16</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ocpsoft/ocpsoft-parent/
implementation 'org.ocpsoft:ocpsoft-parent:16'
// https://jarcasting.com/artifacts/org.ocpsoft/ocpsoft-parent/
implementation ("org.ocpsoft:ocpsoft-parent:16")
'org.ocpsoft:ocpsoft-parent:pom:16'
<dependency org="org.ocpsoft" name="ocpsoft-parent" rev="16">
<artifact name="ocpsoft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ocpsoft', module='ocpsoft-parent', version='16')
)
libraryDependencies += "org.ocpsoft" % "ocpsoft-parent" % "16"
[org.ocpsoft/ocpsoft-parent "16"]