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