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