GroupId | GroupIdcom.ocpsoft |
---|---|
ArtifactId | ArtifactIdocpsoft-parent |
Last Version | Last Version2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOCPSoft Parent
|
Filename | Size |
---|---|
ocpsoft-parent-2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ocpsoft/ocpsoft-parent/ -->
<dependency>
<groupId>com.ocpsoft</groupId>
<artifactId>ocpsoft-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ocpsoft/ocpsoft-parent/
implementation 'com.ocpsoft:ocpsoft-parent:2'
// https://jarcasting.com/artifacts/com.ocpsoft/ocpsoft-parent/
implementation ("com.ocpsoft:ocpsoft-parent:2")
'com.ocpsoft:ocpsoft-parent:pom:2'
<dependency org="com.ocpsoft" name="ocpsoft-parent" rev="2">
<artifact name="ocpsoft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ocpsoft', module='ocpsoft-parent', version='2')
)
libraryDependencies += "com.ocpsoft" % "ocpsoft-parent" % "2"
[com.ocpsoft/ocpsoft-parent "2"]