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