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