GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdparser |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
parser-3.0.0.pom | |
parser-3.0.0.jar | 127 KB |
parser-3.0.0-sources.jar | 74 KB |
parser-3.0.0-javadoc.jar | 227 KB |
Browse |
<!-- 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"]