s

st-codegen-processor

this module contains the processors generating the code of the service controllers
Files download
File Operation
st-codegen-processor-0.10.jar download
st-codegen-processor-0.10.pom download
st-codegen-processor-0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>it.uniroma2.art.semanticturkey</groupId>
  <artifactId>st-codegen-processor</artifactId>
  <version>0.10</version>
</dependency>
Gradle Groovy
implementation 'it.uniroma2.art.semanticturkey:st-codegen-processor:0.10'
Gradle Kotlin
implementation("it.uniroma2.art.semanticturkey:st-codegen-processor:0.10")
Scala SBT
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-codegen-processor" % "0.10"
Groovy Grape
@Grapes(
  @Grab(group='it.uniroma2.art.semanticturkey', module='st-codegen-processor', version='0.10')
)
Apache Ivy
<dependency org="it.uniroma2.art.semanticturkey" name="st-codegen-processor" rev="0.10" />
Leiningen
[it.uniroma2.art.semanticturkey/st-codegen-processor "0.10"]
Apache Buildr
'it.uniroma2.art.semanticturkey:st-codegen-processor:jar:0.10'