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