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