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