GroupId | GroupIdcom.github.paulcwarren |
---|---|
ArtifactId | ArtifactIdspring-content-renditions-boot-starter |
Version | Version1.1.0.M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-renditions-boot-starter/ -->
<dependency>
<groupId>com.github.paulcwarren</groupId>
<artifactId>spring-content-renditions-boot-starter</artifactId>
<version>1.1.0.M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-renditions-boot-starter/
implementation 'com.github.paulcwarren:spring-content-renditions-boot-starter:1.1.0.M3'
// https://jarcasting.com/artifacts/com.github.paulcwarren/spring-content-renditions-boot-starter/
implementation ("com.github.paulcwarren:spring-content-renditions-boot-starter:1.1.0.M3")
'com.github.paulcwarren:spring-content-renditions-boot-starter:jar:1.1.0.M3'
<dependency org="com.github.paulcwarren" name="spring-content-renditions-boot-starter" rev="1.1.0.M3">
<artifact name="spring-content-renditions-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulcwarren', module='spring-content-renditions-boot-starter', version='1.1.0.M3')
)
libraryDependencies += "com.github.paulcwarren" % "spring-content-renditions-boot-starter" % "1.1.0.M3"
[com.github.paulcwarren/spring-content-renditions-boot-starter "1.1.0.M3"]