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