l

lombok-ex

The lombok extension framework.
The Apache Software License, Version 2.0
houbb
Files download
File Operation
lombok-ex-0.0.9.jar download
lombok-ex-0.0.9.pom download
lombok-ex-0.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>lombok-ex</artifactId>
  <version>0.0.9</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:lombok-ex:0.0.9'
Gradle Kotlin
implementation("com.github.houbb:lombok-ex:0.0.9")
Scala SBT
libraryDependencies += "com.github.houbb" % "lombok-ex" % "0.0.9"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='lombok-ex', version='0.0.9')
)
Apache Ivy
<dependency org="com.github.houbb" name="lombok-ex" rev="0.0.9" />
Leiningen
[com.github.houbb/lombok-ex "0.0.9"]
Apache Buildr
'com.github.houbb:lombok-ex:jar:0.0.9'