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