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