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