Categories |
CategoriesData |
---|---|
GroupId | GroupIdse.oyabun.criters |
ArtifactId | ArtifactIdcriters-spring-data-jpa |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/se.oyabun.criters/criters-spring-data-jpa/ -->
<dependency>
<groupId>se.oyabun.criters</groupId>
<artifactId>criters-spring-data-jpa</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.oyabun.criters/criters-spring-data-jpa/
implementation 'se.oyabun.criters:criters-spring-data-jpa:1.0.0'
// https://jarcasting.com/artifacts/se.oyabun.criters/criters-spring-data-jpa/
implementation ("se.oyabun.criters:criters-spring-data-jpa:1.0.0")
'se.oyabun.criters:criters-spring-data-jpa:jar:1.0.0'
<dependency org="se.oyabun.criters" name="criters-spring-data-jpa" rev="1.0.0">
<artifact name="criters-spring-data-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.oyabun.criters', module='criters-spring-data-jpa', version='1.0.0')
)
libraryDependencies += "se.oyabun.criters" % "criters-spring-data-jpa" % "1.0.0"
[se.oyabun.criters/criters-spring-data-jpa "1.0.0"]