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