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