d

ddth-mappings-core

DDTH's one-to-one, many-to-one, many-to-many mappings library
https://github.com/DDTH/ddth-mappings
Thanh Ba Nguyen
Files download
File Operation
ddth-mappings-core-0.1.0.jar download
ddth-mappings-core-0.1.0.pom download
ddth-mappings-core-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ddth</groupId>
  <artifactId>ddth-mappings-core</artifactId>
  <version>0.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.ddth:ddth-mappings-core:0.1.0'
Gradle Kotlin
implementation("com.github.ddth:ddth-mappings-core:0.1.0")
Scala SBT
libraryDependencies += "com.github.ddth" % "ddth-mappings-core" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ddth', module='ddth-mappings-core', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.ddth" name="ddth-mappings-core" rev="0.1.0" />
Leiningen
[com.github.ddth/ddth-mappings-core "0.1.0"]
Apache Buildr
'com.github.ddth:ddth-mappings-core:jar:0.1.0'