Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.github.malteseduck.springframework.data |
ArtifactId | ArtifactIdspring-data-marklogic |
Version | Version2.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.malteseduck.springframework.data/spring-data-marklogic/ -->
<dependency>
<groupId>io.github.malteseduck.springframework.data</groupId>
<artifactId>spring-data-marklogic</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.malteseduck.springframework.data/spring-data-marklogic/
implementation 'io.github.malteseduck.springframework.data:spring-data-marklogic:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.malteseduck.springframework.data/spring-data-marklogic/
implementation ("io.github.malteseduck.springframework.data:spring-data-marklogic:2.1.0.RELEASE")
'io.github.malteseduck.springframework.data:spring-data-marklogic:jar:2.1.0.RELEASE'
<dependency org="io.github.malteseduck.springframework.data" name="spring-data-marklogic" rev="2.1.0.RELEASE">
<artifact name="spring-data-marklogic" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.malteseduck.springframework.data', module='spring-data-marklogic', version='2.1.0.RELEASE')
)
libraryDependencies += "io.github.malteseduck.springframework.data" % "spring-data-marklogic" % "2.1.0.RELEASE"
[io.github.malteseduck.springframework.data/spring-data-marklogic "2.1.0.RELEASE"]