GroupId | GroupIdorg.into-cps.maestro |
---|---|
ArtifactId | ArtifactIdparser |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
parser-2.0.3.pom | |
parser-2.0.3.jar | 115 KB |
parser-2.0.3-sources.jar | 43 KB |
parser-2.0.3-javadoc.jar | 820 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro/parser/ -->
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>parser</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro/parser/
implementation 'org.into-cps.maestro:parser:2.0.3'
// https://jarcasting.com/artifacts/org.into-cps.maestro/parser/
implementation ("org.into-cps.maestro:parser:2.0.3")
'org.into-cps.maestro:parser:jar:2.0.3'
<dependency org="org.into-cps.maestro" name="parser" rev="2.0.3">
<artifact name="parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro', module='parser', version='2.0.3')
)
libraryDependencies += "org.into-cps.maestro" % "parser" % "2.0.3"
[org.into-cps.maestro/parser "2.0.3"]