GroupId | GroupIdorg.ocpsoft |
---|---|
ArtifactId | ArtifactIdocpsoft-parent |
Version | Version9 |
Type | Typepom |
Filename | Size |
---|---|
ocpsoft-parent-9.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ocpsoft/ocpsoft-parent/ -->
<dependency>
<groupId>org.ocpsoft</groupId>
<artifactId>ocpsoft-parent</artifactId>
<version>9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ocpsoft/ocpsoft-parent/
implementation 'org.ocpsoft:ocpsoft-parent:9'
// https://jarcasting.com/artifacts/org.ocpsoft/ocpsoft-parent/
implementation ("org.ocpsoft:ocpsoft-parent:9")
'org.ocpsoft:ocpsoft-parent:pom:9'
<dependency org="org.ocpsoft" name="ocpsoft-parent" rev="9">
<artifact name="ocpsoft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ocpsoft', module='ocpsoft-parent', version='9')
)
libraryDependencies += "org.ocpsoft" % "ocpsoft-parent" % "9"
[org.ocpsoft/ocpsoft-parent "9"]