GroupId | GroupIdorg.ops4j.ramler |
---|---|
ArtifactId | ArtifactIdramler-html |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
ramler-html-0.9.0.pom | |
ramler-html-0.9.0.jar | 66 KB |
ramler-html-0.9.0-sources.jar | 51 KB |
ramler-html-0.9.0-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.ramler/ramler-html/ -->
<dependency>
<groupId>org.ops4j.ramler</groupId>
<artifactId>ramler-html</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.ramler/ramler-html/
implementation 'org.ops4j.ramler:ramler-html:0.9.0'
// https://jarcasting.com/artifacts/org.ops4j.ramler/ramler-html/
implementation ("org.ops4j.ramler:ramler-html:0.9.0")
'org.ops4j.ramler:ramler-html:jar:0.9.0'
<dependency org="org.ops4j.ramler" name="ramler-html" rev="0.9.0">
<artifact name="ramler-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.ramler', module='ramler-html', version='0.9.0')
)
libraryDependencies += "org.ops4j.ramler" % "ramler-html" % "0.9.0"
[org.ops4j.ramler/ramler-html "0.9.0"]