Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.alapierre |
ArtifactId | ArtifactIdspring-boot-jcr-core |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-jcr-core-1.7.pom | |
spring-boot-jcr-core-1.7.jar | 22 KB |
spring-boot-jcr-core-1.7-sources.jar | 13 KB |
spring-boot-jcr-core-1.7-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr-core/ -->
<dependency>
<groupId>io.alapierre</groupId>
<artifactId>spring-boot-jcr-core</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr-core/
implementation 'io.alapierre:spring-boot-jcr-core:1.7'
// https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr-core/
implementation ("io.alapierre:spring-boot-jcr-core:1.7")
'io.alapierre:spring-boot-jcr-core:jar:1.7'
<dependency org="io.alapierre" name="spring-boot-jcr-core" rev="1.7">
<artifact name="spring-boot-jcr-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.alapierre', module='spring-boot-jcr-core', version='1.7')
)
libraryDependencies += "io.alapierre" % "spring-boot-jcr-core" % "1.7"
[io.alapierre/spring-boot-jcr-core "1.7"]