GroupId | GroupIdio.gitee.chippyer |
---|---|
ArtifactId | ArtifactIdchippy-log |
Version | Version0.0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
chippy-log-0.0.2.1.pom | |
chippy-log-0.0.2.1.jar | 11 KB |
chippy-log-0.0.2.1-sources.jar | 6 KB |
chippy-log-0.0.2.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-log/ -->
<dependency>
<groupId>io.gitee.chippyer</groupId>
<artifactId>chippy-log</artifactId>
<version>0.0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-log/
implementation 'io.gitee.chippyer:chippy-log:0.0.2.1'
// https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-log/
implementation ("io.gitee.chippyer:chippy-log:0.0.2.1")
'io.gitee.chippyer:chippy-log:jar:0.0.2.1'
<dependency org="io.gitee.chippyer" name="chippy-log" rev="0.0.2.1">
<artifact name="chippy-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.chippyer', module='chippy-log', version='0.0.2.1')
)
libraryDependencies += "io.gitee.chippyer" % "chippy-log" % "0.0.2.1"
[io.gitee.chippyer/chippy-log "0.0.2.1"]