| Группа | Группаorg.overturetool.core |
|---|---|
| Идентификатор | Идентификаторast |
| Версия | Версия2.0.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ast-2.0.4.pom | |
| ast-2.0.4.jar | 1 MB |
| ast-2.0.4-sources.jar | 1 MB |
| ast-2.0.4-javadoc.jar | 5 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/ast/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>ast</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/ast/
implementation 'org.overturetool.core:ast:2.0.4'
// https://jarcasting.com/artifacts/org.overturetool.core/ast/
implementation ("org.overturetool.core:ast:2.0.4")
'org.overturetool.core:ast:jar:2.0.4'
<dependency org="org.overturetool.core" name="ast" rev="2.0.4">
<artifact name="ast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='ast', version='2.0.4')
)
libraryDependencies += "org.overturetool.core" % "ast" % "2.0.4"
[org.overturetool.core/ast "2.0.4"]