License |
License |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdchaos |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionchaos
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
chaos-0.0.1.pom | |
chaos-0.0.1.jar | 79 KB |
chaos-0.0.1-sources.jar | 40 KB |
chaos-0.0.1-javadoc.jar | 112 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/chaos/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>chaos</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/chaos/
implementation 'com.github.yingzhuo:chaos:0.0.1'
// https://jarcasting.com/artifacts/com.github.yingzhuo/chaos/
implementation ("com.github.yingzhuo:chaos:0.0.1")
'com.github.yingzhuo:chaos:jar:0.0.1'
<dependency org="com.github.yingzhuo" name="chaos" rev="0.0.1">
<artifact name="chaos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='chaos', version='0.0.1')
)
libraryDependencies += "com.github.yingzhuo" % "chaos" % "0.0.1"
[com.github.yingzhuo/chaos "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |