| GroupId | GroupIdorg.ops4j.ramler |
|---|---|
| ArtifactId | ArtifactIdramler-manual |
| Version | Version0.6.1 |
| Type | Typewar |
| Filename | Size |
|---|---|
| ramler-manual-0.6.1.pom | |
| ramler-manual-0.6.1.war | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.ramler/ramler-manual/ -->
<dependency>
<groupId>org.ops4j.ramler</groupId>
<artifactId>ramler-manual</artifactId>
<version>0.6.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.ramler/ramler-manual/
implementation 'org.ops4j.ramler:ramler-manual:0.6.1'
// https://jarcasting.com/artifacts/org.ops4j.ramler/ramler-manual/
implementation ("org.ops4j.ramler:ramler-manual:0.6.1")
'org.ops4j.ramler:ramler-manual:war:0.6.1'
<dependency org="org.ops4j.ramler" name="ramler-manual" rev="0.6.1">
<artifact name="ramler-manual" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.ramler', module='ramler-manual', version='0.6.1')
)
libraryDependencies += "org.ops4j.ramler" % "ramler-manual" % "0.6.1"
[org.ops4j.ramler/ramler-manual "0.6.1"]