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