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