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