GroupId | GroupIdorg.jodconverter |
---|---|
ArtifactId | ArtifactIdjodconverter-spring |
Version | Version4.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jodconverter/jodconverter-spring/ -->
<dependency>
<groupId>org.jodconverter</groupId>
<artifactId>jodconverter-spring</artifactId>
<version>4.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.jodconverter/jodconverter-spring/
implementation 'org.jodconverter:jodconverter-spring:4.0.0-RELEASE'
// https://jarcasting.com/artifacts/org.jodconverter/jodconverter-spring/
implementation ("org.jodconverter:jodconverter-spring:4.0.0-RELEASE")
'org.jodconverter:jodconverter-spring:jar:4.0.0-RELEASE'
<dependency org="org.jodconverter" name="jodconverter-spring" rev="4.0.0-RELEASE">
<artifact name="jodconverter-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jodconverter', module='jodconverter-spring', version='4.0.0-RELEASE')
)
libraryDependencies += "org.jodconverter" % "jodconverter-spring" % "4.0.0-RELEASE"
[org.jodconverter/jodconverter-spring "4.0.0-RELEASE"]