l

lcl-core

Simplified data interchange between Domain Objects and Data Transfer Objects, filtering and sorting
https://github.com/SmirnoffYM/lcl
Apache License, Version 2.0
Files download
File Operation
lcl-core-1.0.2.RELEASE.jar download
lcl-core-1.0.2.RELEASE.pom download
lcl-core-1.0.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.habds</groupId>
  <artifactId>lcl-core</artifactId>
  <version>1.0.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.habds:lcl-core:1.0.2.RELEASE'
Gradle Kotlin
implementation("com.habds:lcl-core:1.0.2.RELEASE")
Scala SBT
libraryDependencies += "com.habds" % "lcl-core" % "1.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.habds', module='lcl-core', version='1.0.2.RELEASE')
)
Apache Ivy
<dependency org="com.habds" name="lcl-core" rev="1.0.2.RELEASE" />
Leiningen
[com.habds/lcl-core "1.0.2.RELEASE"]
Apache Buildr
'com.habds:lcl-core:jar:1.0.2.RELEASE'