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