License |
License |
---|---|
Categories |
CategoriesAnt Build Tools KeY Data Data Formats Formal Verification |
GroupId | GroupIdit.uniroma2.art.semanticturkey |
ArtifactId | ArtifactIdst-codegen-annotations |
Last Version | Last Version11.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCodegen - Annotations
this module contains the definition of available custom annotations for code generation of the service controllers
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-codegen-annotations/ -->
<dependency>
<groupId>it.uniroma2.art.semanticturkey</groupId>
<artifactId>st-codegen-annotations</artifactId>
<version>11.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-codegen-annotations/
implementation 'it.uniroma2.art.semanticturkey:st-codegen-annotations:11.1'
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-codegen-annotations/
implementation ("it.uniroma2.art.semanticturkey:st-codegen-annotations:11.1")
'it.uniroma2.art.semanticturkey:st-codegen-annotations:jar:11.1'
<dependency org="it.uniroma2.art.semanticturkey" name="st-codegen-annotations" rev="11.1">
<artifact name="st-codegen-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.semanticturkey', module='st-codegen-annotations', version='11.1')
)
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-codegen-annotations" % "11.1"
[it.uniroma2.art.semanticturkey/st-codegen-annotations "11.1"]
Group / Artifact | Type | Version |
---|---|---|
javax.validation : validation-api | jar | 1.1.0.Final |