s

st-codegen-processor

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