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