License |
License |
---|---|
GroupId | GroupIdio.github.shaohuizhe |
ArtifactId | ArtifactIdcore |
Last Version | Last Version8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
core
|
Filename | Size |
---|---|
core-8.1.pom | |
core-8.1.jar | 452 KB |
core-8.1-sources.jar | 206 KB |
core-8.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.shaohuizhe/core/ -->
<dependency>
<groupId>io.github.shaohuizhe</groupId>
<artifactId>core</artifactId>
<version>8.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.shaohuizhe/core/
implementation 'io.github.shaohuizhe:core:8.1'
// https://jarcasting.com/artifacts/io.github.shaohuizhe/core/
implementation ("io.github.shaohuizhe:core:8.1")
'io.github.shaohuizhe:core:jar:8.1'
<dependency org="io.github.shaohuizhe" name="core" rev="8.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.shaohuizhe', module='core', version='8.1')
)
libraryDependencies += "io.github.shaohuizhe" % "core" % "8.1"
[io.github.shaohuizhe/core "8.1"]