Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.blazebit |
ArtifactId | ArtifactIdblaze-persistence-integration-spring-data-rest |
Version | Version1.2.0-Alpha5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-spring-data-rest/ -->
<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-persistence-integration-spring-data-rest</artifactId>
<version>1.2.0-Alpha5</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-spring-data-rest/
implementation 'com.blazebit:blaze-persistence-integration-spring-data-rest:1.2.0-Alpha5'
// https://jarcasting.com/artifacts/com.blazebit/blaze-persistence-integration-spring-data-rest/
implementation ("com.blazebit:blaze-persistence-integration-spring-data-rest:1.2.0-Alpha5")
'com.blazebit:blaze-persistence-integration-spring-data-rest:jar:1.2.0-Alpha5'
<dependency org="com.blazebit" name="blaze-persistence-integration-spring-data-rest" rev="1.2.0-Alpha5">
<artifact name="blaze-persistence-integration-spring-data-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blazebit', module='blaze-persistence-integration-spring-data-rest', version='1.2.0-Alpha5')
)
libraryDependencies += "com.blazebit" % "blaze-persistence-integration-spring-data-rest" % "1.2.0-Alpha5"
[com.blazebit/blaze-persistence-integration-spring-data-rest "1.2.0-Alpha5"]