License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.alapierre |
ArtifactId | ArtifactIdspring-boot-jcr |
Version | Version1.6 |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-jcr-1.6.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr/ -->
<dependency>
<groupId>io.alapierre</groupId>
<artifactId>spring-boot-jcr</artifactId>
<version>1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr/
implementation 'io.alapierre:spring-boot-jcr:1.6'
// https://jarcasting.com/artifacts/io.alapierre/spring-boot-jcr/
implementation ("io.alapierre:spring-boot-jcr:1.6")
'io.alapierre:spring-boot-jcr:pom:1.6'
<dependency org="io.alapierre" name="spring-boot-jcr" rev="1.6">
<artifact name="spring-boot-jcr" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.alapierre', module='spring-boot-jcr', version='1.6')
)
libraryDependencies += "io.alapierre" % "spring-boot-jcr" % "1.6"
[io.alapierre/spring-boot-jcr "1.6"]