is not current version
Last Version 1.2

org.atteo.moonshine:spring-data 1.1


Categories

Categories

Data
GroupId

GroupId

org.atteo.moonshine
ArtifactId

ArtifactId

spring-data
Version

Version

1.1
Type

Type

jar

Download spring-data 1.1


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