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