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