GroupId | GroupIdio.github.embracelong |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.0.0-1 |
Type | Typejar |
Filename | Size |
---|---|
core-2.0.0-1.pom | |
core-2.0.0-1.jar | 163 KB |
core-2.0.0-1-sources.jar | 86 KB |
core-2.0.0-1-javadoc.jar | 826 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.embracelong/core/ -->
<dependency>
<groupId>io.github.embracelong</groupId>
<artifactId>core</artifactId>
<version>2.0.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.embracelong/core/
implementation 'io.github.embracelong:core:2.0.0-1'
// https://jarcasting.com/artifacts/io.github.embracelong/core/
implementation ("io.github.embracelong:core:2.0.0-1")
'io.github.embracelong:core:jar:2.0.0-1'
<dependency org="io.github.embracelong" name="core" rev="2.0.0-1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.embracelong', module='core', version='2.0.0-1')
)
libraryDependencies += "io.github.embracelong" % "core" % "2.0.0-1"
[io.github.embracelong/core "2.0.0-1"]