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