GroupId | GroupIdcom.github.joniles |
---|---|
ArtifactId | ArtifactIdrtfparserkit |
Version | Version1.15.0 |
Type | Typejar |
Filename | Size |
---|---|
rtfparserkit-1.15.0.pom | |
rtfparserkit-1.15.0.jar | 97 KB |
rtfparserkit-1.15.0-sources.jar | 51 KB |
rtfparserkit-1.15.0-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.joniles/rtfparserkit/ -->
<dependency>
<groupId>com.github.joniles</groupId>
<artifactId>rtfparserkit</artifactId>
<version>1.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.joniles/rtfparserkit/
implementation 'com.github.joniles:rtfparserkit:1.15.0'
// https://jarcasting.com/artifacts/com.github.joniles/rtfparserkit/
implementation ("com.github.joniles:rtfparserkit:1.15.0")
'com.github.joniles:rtfparserkit:jar:1.15.0'
<dependency org="com.github.joniles" name="rtfparserkit" rev="1.15.0">
<artifact name="rtfparserkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.joniles', module='rtfparserkit', version='1.15.0')
)
libraryDependencies += "com.github.joniles" % "rtfparserkit" % "1.15.0"
[com.github.joniles/rtfparserkit "1.15.0"]