| Категории |
КатегорииAnt Компиляция и сборка KeY Данные Data Formats Formal Verification |
|---|---|
| Группа | Группаit.uniroma2.art.semanticturkey |
| Идентификатор | Идентификаторst-codegen-annotations |
| Версия | Версия2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| st-codegen-annotations-2.0.pom | |
| st-codegen-annotations-2.0.jar | 3 KB |
| st-codegen-annotations-2.0-sources.jar | 1 KB |
| st-codegen-annotations-2.0-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-codegen-annotations/ -->
<dependency>
<groupId>it.uniroma2.art.semanticturkey</groupId>
<artifactId>st-codegen-annotations</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-codegen-annotations/
implementation 'it.uniroma2.art.semanticturkey:st-codegen-annotations:2.0'
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-codegen-annotations/
implementation ("it.uniroma2.art.semanticturkey:st-codegen-annotations:2.0")
'it.uniroma2.art.semanticturkey:st-codegen-annotations:jar:2.0'
<dependency org="it.uniroma2.art.semanticturkey" name="st-codegen-annotations" rev="2.0">
<artifact name="st-codegen-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.semanticturkey', module='st-codegen-annotations', version='2.0')
)
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-codegen-annotations" % "2.0"
[it.uniroma2.art.semanticturkey/st-codegen-annotations "2.0"]