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