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