GroupId | GroupIdio.github.mj-youn |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
core-0.0.1.pom | |
core-0.0.1.jar | 9 KB |
core-0.0.1-sources.jar | 5 KB |
core-0.0.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mj-youn/core/ -->
<dependency>
<groupId>io.github.mj-youn</groupId>
<artifactId>core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mj-youn/core/
implementation 'io.github.mj-youn:core:0.0.1'
// https://jarcasting.com/artifacts/io.github.mj-youn/core/
implementation ("io.github.mj-youn:core:0.0.1")
'io.github.mj-youn:core:jar:0.0.1'
<dependency org="io.github.mj-youn" name="core" rev="0.0.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mj-youn', module='core', version='0.0.1')
)
libraryDependencies += "io.github.mj-youn" % "core" % "0.0.1"
[io.github.mj-youn/core "0.0.1"]