s

st-codegen-processor

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