GroupId | GroupIdcom.artofsolving |
---|---|
ArtifactId | ArtifactIdjodconverter |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
jodconverter-2.1.1.pom | |
jodconverter-2.1.1.jar | 26 KB |
jodconverter-2.1.1-sources.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artofsolving/jodconverter/ -->
<dependency>
<groupId>com.artofsolving</groupId>
<artifactId>jodconverter</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.artofsolving/jodconverter/
implementation 'com.artofsolving:jodconverter:2.1.1'
// https://jarcasting.com/artifacts/com.artofsolving/jodconverter/
implementation ("com.artofsolving:jodconverter:2.1.1")
'com.artofsolving:jodconverter:jar:2.1.1'
<dependency org="com.artofsolving" name="jodconverter" rev="2.1.1">
<artifact name="jodconverter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artofsolving', module='jodconverter', version='2.1.1')
)
libraryDependencies += "com.artofsolving" % "jodconverter" % "2.1.1"
[com.artofsolving/jodconverter "2.1.1"]