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