a

annotation-processor

Annotation based JSON serializers for GoCD API. Contains the annotation processor.
https://github.com/gocd/jrepresenter
Apache License, Version 2.0
ThoughtWorks, Inc.
Files download
File Operation
annotation-processor-0.0.8-27.jar download
annotation-processor-0.0.8-27.pom download
annotation-processor-0.0.8-27-sources.jar download
Apache Maven
<dependency>
  <groupId>cd.go.jrepresenter</groupId>
  <artifactId>annotation-processor</artifactId>
  <version>0.0.8-27</version>
</dependency>
Gradle Groovy
implementation 'cd.go.jrepresenter:annotation-processor:0.0.8-27'
Gradle Kotlin
implementation("cd.go.jrepresenter:annotation-processor:0.0.8-27")
Scala SBT
libraryDependencies += "cd.go.jrepresenter" % "annotation-processor" % "0.0.8-27"
Groovy Grape
@Grapes(
  @Grab(group='cd.go.jrepresenter', module='annotation-processor', version='0.0.8-27')
)
Apache Ivy
<dependency org="cd.go.jrepresenter" name="annotation-processor" rev="0.0.8-27" />
Leiningen
[cd.go.jrepresenter/annotation-processor "0.0.8-27"]
Apache Buildr
'cd.go.jrepresenter:annotation-processor:jar:0.0.8-27'