GroupId | GroupIdorg.into-cps.maestro.frameworks |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.0.2 |
Type | Typejar |
Filename | Size |
---|---|
core-2.0.2.pom | |
core-2.0.2.jar | 8 KB |
core-2.0.2-sources.jar | 3 KB |
core-2.0.2-javadoc.jar | 426 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.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro.frameworks/core/
implementation 'org.into-cps.maestro.frameworks:core:2.0.2'
// https://jarcasting.com/artifacts/org.into-cps.maestro.frameworks/core/
implementation ("org.into-cps.maestro.frameworks:core:2.0.2")
'org.into-cps.maestro.frameworks:core:jar:2.0.2'
<dependency org="org.into-cps.maestro.frameworks" name="core" rev="2.0.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro.frameworks', module='core', version='2.0.2')
)
libraryDependencies += "org.into-cps.maestro.frameworks" % "core" % "2.0.2"
[org.into-cps.maestro.frameworks/core "2.0.2"]