GroupId | GroupIdcom.ethlo.dachs |
---|---|
ArtifactId | ArtifactIddachs-common-jpa |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
dachs-common-jpa-0.9.2.pom | |
dachs-common-jpa-0.9.2.jar | 15 KB |
dachs-common-jpa-0.9.2-sources.jar | 6 KB |
dachs-common-jpa-0.9.2-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-common-jpa/ -->
<dependency>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs-common-jpa</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-common-jpa/
implementation 'com.ethlo.dachs:dachs-common-jpa:0.9.2'
// https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-common-jpa/
implementation ("com.ethlo.dachs:dachs-common-jpa:0.9.2")
'com.ethlo.dachs:dachs-common-jpa:jar:0.9.2'
<dependency org="com.ethlo.dachs" name="dachs-common-jpa" rev="0.9.2">
<artifact name="dachs-common-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.dachs', module='dachs-common-jpa', version='0.9.2')
)
libraryDependencies += "com.ethlo.dachs" % "dachs-common-jpa" % "0.9.2"
[com.ethlo.dachs/dachs-common-jpa "0.9.2"]