Maven Coordinates
Apache Maven
<dependency> <groupId>de.lars-sh</groupId> <artifactId>lombok-annotations</artifactId> <version>1.18.44-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="de.lars-sh" name="lombok-annotations" rev="1.18.44-SNAPSHOT"> <artifact name="lombok-annotations" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='de.lars-sh', module='lombok-annotations', version='1.18.44-SNAPSHOT') )
Gradle/Grails
implementation 'de.lars-sh:lombok-annotations:1.18.44-SNAPSHOT'
Scala SBT
libraryDependencies += "de.lars-sh" % "lombok-annotations" % "1.18.44-SNAPSHOT"
Leiningen
[de.lars-sh/lombok-annotations "1.18.44-SNAPSHOT"]
