GroupId | GroupIdorg.ops4j.ramler |
---|---|
ArtifactId | ArtifactIdramler-html |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
ramler-html-0.6.0.pom | |
ramler-html-0.6.0.jar | 65 KB |
ramler-html-0.6.0-sources.jar | 50 KB |
ramler-html-0.6.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.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.ramler/ramler-html/
implementation 'org.ops4j.ramler:ramler-html:0.6.0'
// https://jarcasting.com/artifacts/org.ops4j.ramler/ramler-html/
implementation ("org.ops4j.ramler:ramler-html:0.6.0")
'org.ops4j.ramler:ramler-html:jar:0.6.0'
<dependency org="org.ops4j.ramler" name="ramler-html" rev="0.6.0">
<artifact name="ramler-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.ramler', module='ramler-html', version='0.6.0')
)
libraryDependencies += "org.ops4j.ramler" % "ramler-html" % "0.6.0"
[org.ops4j.ramler/ramler-html "0.6.0"]