| GroupId | GroupIdcom.buabook |
|---|---|
| ArtifactId | ArtifactIdbuabook-common |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| buabook-common-1.0.0.pom | |
| buabook-common-1.0.0.jar | 22 KB |
| buabook-common-1.0.0-sources.jar | 16 KB |
| buabook-common-1.0.0-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.buabook/buabook-common/ -->
<dependency>
<groupId>com.buabook</groupId>
<artifactId>buabook-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.buabook/buabook-common/
implementation 'com.buabook:buabook-common:1.0.0'
// https://jarcasting.com/artifacts/com.buabook/buabook-common/
implementation ("com.buabook:buabook-common:1.0.0")
'com.buabook:buabook-common:jar:1.0.0'
<dependency org="com.buabook" name="buabook-common" rev="1.0.0">
<artifact name="buabook-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.buabook', module='buabook-common', version='1.0.0')
)
libraryDependencies += "com.buabook" % "buabook-common" % "1.0.0"
[com.buabook/buabook-common "1.0.0"]