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