| GroupId | GroupIdxyz.chaobei |
|---|---|
| ArtifactId | ArtifactIdbye-crud-common |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bye-crud-common-1.2.pom | |
| bye-crud-common-1.2.jar | 6 KB |
| bye-crud-common-1.2-sources.jar | 3 KB |
| bye-crud-common-1.2-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.chaobei/bye-crud-common/ -->
<dependency>
<groupId>xyz.chaobei</groupId>
<artifactId>bye-crud-common</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.chaobei/bye-crud-common/
implementation 'xyz.chaobei:bye-crud-common:1.2'
// https://jarcasting.com/artifacts/xyz.chaobei/bye-crud-common/
implementation ("xyz.chaobei:bye-crud-common:1.2")
'xyz.chaobei:bye-crud-common:jar:1.2'
<dependency org="xyz.chaobei" name="bye-crud-common" rev="1.2">
<artifact name="bye-crud-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.chaobei', module='bye-crud-common', version='1.2')
)
libraryDependencies += "xyz.chaobei" % "bye-crud-common" % "1.2"
[xyz.chaobei/bye-crud-common "1.2"]