GroupId | GroupIdorg.smartboot.http |
---|---|
ArtifactId | ArtifactIdsmart-http-common |
Version | Version1.1.9 |
Type | Typejar |
Filename | Size |
---|---|
smart-http-common-1.1.9.pom | |
smart-http-common-1.1.9.jar | 58 KB |
smart-http-common-1.1.9-sources.jar | 39 KB |
smart-http-common-1.1.9-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.http/smart-http-common/ -->
<dependency>
<groupId>org.smartboot.http</groupId>
<artifactId>smart-http-common</artifactId>
<version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.http/smart-http-common/
implementation 'org.smartboot.http:smart-http-common:1.1.9'
// https://jarcasting.com/artifacts/org.smartboot.http/smart-http-common/
implementation ("org.smartboot.http:smart-http-common:1.1.9")
'org.smartboot.http:smart-http-common:jar:1.1.9'
<dependency org="org.smartboot.http" name="smart-http-common" rev="1.1.9">
<artifact name="smart-http-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.http', module='smart-http-common', version='1.1.9')
)
libraryDependencies += "org.smartboot.http" % "smart-http-common" % "1.1.9"
[org.smartboot.http/smart-http-common "1.1.9"]