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