Categories |
CategoriesCLI User Interface EclipseLink Data ORM |
---|---|
GroupId | GroupIdcom.ethlo.dachs |
ArtifactId | ArtifactIddachs-eclipselink |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
dachs-eclipselink-0.7.1.pom | |
dachs-eclipselink-0.7.1.jar | 11 KB |
dachs-eclipselink-0.7.1-sources.jar | 4 KB |
dachs-eclipselink-0.7.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-eclipselink/ -->
<dependency>
<groupId>com.ethlo.dachs</groupId>
<artifactId>dachs-eclipselink</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-eclipselink/
implementation 'com.ethlo.dachs:dachs-eclipselink:0.7.1'
// https://jarcasting.com/artifacts/com.ethlo.dachs/dachs-eclipselink/
implementation ("com.ethlo.dachs:dachs-eclipselink:0.7.1")
'com.ethlo.dachs:dachs-eclipselink:jar:0.7.1'
<dependency org="com.ethlo.dachs" name="dachs-eclipselink" rev="0.7.1">
<artifact name="dachs-eclipselink" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.dachs', module='dachs-eclipselink', version='0.7.1')
)
libraryDependencies += "com.ethlo.dachs" % "dachs-eclipselink" % "0.7.1"
[com.ethlo.dachs/dachs-eclipselink "0.7.1"]