| GroupId | GroupIdorg.ops4j.ramler |
|---|---|
| ArtifactId | ArtifactIdsamples |
| Version | Version0.5.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| samples-0.5.0.pom | 592 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.ramler/samples/ -->
<dependency>
<groupId>org.ops4j.ramler</groupId>
<artifactId>samples</artifactId>
<version>0.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.ramler/samples/
implementation 'org.ops4j.ramler:samples:0.5.0'
// https://jarcasting.com/artifacts/org.ops4j.ramler/samples/
implementation ("org.ops4j.ramler:samples:0.5.0")
'org.ops4j.ramler:samples:pom:0.5.0'
<dependency org="org.ops4j.ramler" name="samples" rev="0.5.0">
<artifact name="samples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.ramler', module='samples', version='0.5.0')
)
libraryDependencies += "org.ops4j.ramler" % "samples" % "0.5.0"
[org.ops4j.ramler/samples "0.5.0"]