GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdparser |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
parser-2.0.6.pom | |
parser-2.0.6.jar | 110 KB |
parser-2.0.6-sources.jar | 66 KB |
parser-2.0.6-javadoc.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/parser/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>parser</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/parser/
implementation 'org.overturetool.core:parser:2.0.6'
// https://jarcasting.com/artifacts/org.overturetool.core/parser/
implementation ("org.overturetool.core:parser:2.0.6")
'org.overturetool.core:parser:jar:2.0.6'
<dependency org="org.overturetool.core" name="parser" rev="2.0.6">
<artifact name="parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='parser', version='2.0.6')
)
libraryDependencies += "org.overturetool.core" % "parser" % "2.0.6"
[org.overturetool.core/parser "2.0.6"]