GroupId | GroupIdcom.github.bbottema |
---|---|
ArtifactId | ArtifactIdrtf-to-html |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rtf-to-html-1.0.0.pom | |
rtf-to-html-1.0.0.jar | 20 KB |
rtf-to-html-1.0.0-sources.jar | 18 KB |
rtf-to-html-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bbottema/rtf-to-html/ -->
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>rtf-to-html</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bbottema/rtf-to-html/
implementation 'com.github.bbottema:rtf-to-html:1.0.0'
// https://jarcasting.com/artifacts/com.github.bbottema/rtf-to-html/
implementation ("com.github.bbottema:rtf-to-html:1.0.0")
'com.github.bbottema:rtf-to-html:jar:1.0.0'
<dependency org="com.github.bbottema" name="rtf-to-html" rev="1.0.0">
<artifact name="rtf-to-html" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bbottema', module='rtf-to-html', version='1.0.0')
)
libraryDependencies += "com.github.bbottema" % "rtf-to-html" % "1.0.0"
[com.github.bbottema/rtf-to-html "1.0.0"]