| Категории |
КатегорииADT4J Библиотеки уровня приложения Code Generators |
|---|---|
| Группа | Группаcom.github.sviperll |
| Идентификатор | Идентификаторadt4j-examples |
| Версия | Версия3.2-beta2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| adt4j-examples-3.2-beta2.pom | |
| adt4j-examples-3.2-beta2.jar | 176 KB |
| adt4j-examples-3.2-beta2-sources.jar | 38 KB |
| adt4j-examples-3.2-beta2-javadoc.jar | 144 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/adt4j-examples/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>adt4j-examples</artifactId>
<version>3.2-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/adt4j-examples/
implementation 'com.github.sviperll:adt4j-examples:3.2-beta2'
// https://jarcasting.com/artifacts/com.github.sviperll/adt4j-examples/
implementation ("com.github.sviperll:adt4j-examples:3.2-beta2")
'com.github.sviperll:adt4j-examples:jar:3.2-beta2'
<dependency org="com.github.sviperll" name="adt4j-examples" rev="3.2-beta2">
<artifact name="adt4j-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='adt4j-examples', version='3.2-beta2')
)
libraryDependencies += "com.github.sviperll" % "adt4j-examples" % "3.2-beta2"
[com.github.sviperll/adt4j-examples "3.2-beta2"]