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