is not current version
Last Version 1.2

org.atteo.moonshine:spring-data 0.9


Categories

Categories

Data
GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

spring-data
Version

Version

0.9
Type

Type

jar

Download spring-data 0.9


<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/spring-data/ -->
<dependency>
    <groupId>org.atteo.moonshine</groupId>
    <artifactId>spring-data</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/spring-data/
implementation 'org.atteo.moonshine:spring-data:0.9'
// https://jarcasting.com/artifacts/org.atteo.moonshine/spring-data/
implementation ("org.atteo.moonshine:spring-data:0.9")
'org.atteo.moonshine:spring-data:jar:0.9'
<dependency org="org.atteo.moonshine" name="spring-data" rev="0.9">
  <artifact name="spring-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='spring-data', version='0.9')
)
libraryDependencies += "org.atteo.moonshine" % "spring-data" % "0.9"
[org.atteo.moonshine/spring-data "0.9"]