is not current version
Last Version 3.0.2

org.overturetool.core:parser 3.0.0


GroupId

GroupId

org.overturetool.core
ArtifactId

ArtifactId

parser
Version

Version

3.0.0
Type

Type

jar

Download parser 3.0.0


<!-- https://jarcasting.com/artifacts/org.overturetool.core/parser/ -->
<dependency>
    <groupId>org.overturetool.core</groupId>
    <artifactId>parser</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/parser/
implementation 'org.overturetool.core:parser:3.0.0'
// https://jarcasting.com/artifacts/org.overturetool.core/parser/
implementation ("org.overturetool.core:parser:3.0.0")
'org.overturetool.core:parser:jar:3.0.0'
<dependency org="org.overturetool.core" name="parser" rev="3.0.0">
  <artifact name="parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='parser', version='3.0.0')
)
libraryDependencies += "org.overturetool.core" % "parser" % "3.0.0"
[org.overturetool.core/parser "3.0.0"]