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