GroupId | GroupIdio.github.mj-youn |
---|---|
ArtifactId | ArtifactIdcore |
Last Version | Last Version0.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.mj-youn.core
A project that organizes frequently used utilities in Java
|
Filename | Size |
---|---|
core-0.1.5.pom | |
core-0.1.5.jar | 9 KB |
core-0.1.5-sources.jar | 5 KB |
core-0.1.5-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.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mj-youn/core/
implementation 'io.github.mj-youn:core:0.1.5'
// https://jarcasting.com/artifacts/io.github.mj-youn/core/
implementation ("io.github.mj-youn:core:0.1.5")
'io.github.mj-youn:core:jar:0.1.5'
<dependency org="io.github.mj-youn" name="core" rev="0.1.5">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mj-youn', module='core', version='0.1.5')
)
libraryDependencies += "io.github.mj-youn" % "core" % "0.1.5"
[io.github.mj-youn/core "0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | 2.17.1 |
javax.validation : validation-api | jar | 2.0.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |