GroupId | GroupIdcom.github.zhangyingwei |
---|---|
ArtifactId | ArtifactIdcockroach |
Version | Version1.0.5.04-Beta |
Type | Typepom |
Filename | Size |
---|---|
cockroach-1.0.5.04-Beta.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhangyingwei/cockroach/ -->
<dependency>
<groupId>com.github.zhangyingwei</groupId>
<artifactId>cockroach</artifactId>
<version>1.0.5.04-Beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangyingwei/cockroach/
implementation 'com.github.zhangyingwei:cockroach:1.0.5.04-Beta'
// https://jarcasting.com/artifacts/com.github.zhangyingwei/cockroach/
implementation ("com.github.zhangyingwei:cockroach:1.0.5.04-Beta")
'com.github.zhangyingwei:cockroach:pom:1.0.5.04-Beta'
<dependency org="com.github.zhangyingwei" name="cockroach" rev="1.0.5.04-Beta">
<artifact name="cockroach" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangyingwei', module='cockroach', version='1.0.5.04-Beta')
)
libraryDependencies += "com.github.zhangyingwei" % "cockroach" % "1.0.5.04-Beta"
[com.github.zhangyingwei/cockroach "1.0.5.04-Beta"]