GroupId | GroupIdio.github.pizihao |
---|---|
ArtifactId | ArtifactIdcrow |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
crow-0.0.1.pom | |
crow-0.0.1.jar | 75 KB |
crow-0.0.1-sources.jar | 52 KB |
crow-0.0.1-javadoc.jar | 338 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pizihao/crow/ -->
<dependency>
<groupId>io.github.pizihao</groupId>
<artifactId>crow</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pizihao/crow/
implementation 'io.github.pizihao:crow:0.0.1'
// https://jarcasting.com/artifacts/io.github.pizihao/crow/
implementation ("io.github.pizihao:crow:0.0.1")
'io.github.pizihao:crow:jar:0.0.1'
<dependency org="io.github.pizihao" name="crow" rev="0.0.1">
<artifact name="crow" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pizihao', module='crow', version='0.0.1')
)
libraryDependencies += "io.github.pizihao" % "crow" % "0.0.1"
[io.github.pizihao/crow "0.0.1"]