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