GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdast |
Version | Version2.1.6 |
Type | Typejar |
Filename | Size |
---|---|
ast-2.1.6.pom | |
ast-2.1.6.jar | 1 MB |
ast-2.1.6-sources.jar | 1 MB |
ast-2.1.6-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/ast/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>ast</artifactId>
<version>2.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/ast/
implementation 'org.overturetool.core:ast:2.1.6'
// https://jarcasting.com/artifacts/org.overturetool.core/ast/
implementation ("org.overturetool.core:ast:2.1.6")
'org.overturetool.core:ast:jar:2.1.6'
<dependency org="org.overturetool.core" name="ast" rev="2.1.6">
<artifact name="ast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='ast', version='2.1.6')
)
libraryDependencies += "org.overturetool.core" % "ast" % "2.1.6"
[org.overturetool.core/ast "2.1.6"]