GroupId | GroupIdio.aboutcode.stage |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version3.0.15 |
Type | Typejar |
Filename | Size |
---|---|
core-3.0.15.pom | |
core-3.0.15.jar | 117 KB |
core-3.0.15-sources.jar | 50 KB |
core-3.0.15-javadoc.jar | 683 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.aboutcode.stage/core/ -->
<dependency>
<groupId>io.aboutcode.stage</groupId>
<artifactId>core</artifactId>
<version>3.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.aboutcode.stage/core/
implementation 'io.aboutcode.stage:core:3.0.15'
// https://jarcasting.com/artifacts/io.aboutcode.stage/core/
implementation ("io.aboutcode.stage:core:3.0.15")
'io.aboutcode.stage:core:jar:3.0.15'
<dependency org="io.aboutcode.stage" name="core" rev="3.0.15">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aboutcode.stage', module='core', version='3.0.15')
)
libraryDependencies += "io.aboutcode.stage" % "core" % "3.0.15"
[io.aboutcode.stage/core "3.0.15"]