is not current version
Last Version 2.0.3

de.hilling.lang.annotations:processor 1.1.0


GroupId

GroupId

de.hilling.lang.annotations
ArtifactId

ArtifactId

processor
Version

Version

1.1.0
Type

Type

jar

Download processor 1.1.0


<!-- https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/ -->
<dependency>
    <groupId>de.hilling.lang.annotations</groupId>
    <artifactId>processor</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/
implementation 'de.hilling.lang.annotations:processor:1.1.0'
// https://jarcasting.com/artifacts/de.hilling.lang.annotations/processor/
implementation ("de.hilling.lang.annotations:processor:1.1.0")
'de.hilling.lang.annotations:processor:jar:1.1.0'
<dependency org="de.hilling.lang.annotations" name="processor" rev="1.1.0">
  <artifact name="processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hilling.lang.annotations', module='processor', version='1.1.0')
)
libraryDependencies += "de.hilling.lang.annotations" % "processor" % "1.1.0"
[de.hilling.lang.annotations/processor "1.1.0"]