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