GroupId | GroupIdorg.smartboot.http |
---|---|
ArtifactId | ArtifactIdsmart-http-common |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
smart-http-common-1.1.1.pom | |
smart-http-common-1.1.1.jar | 59 KB |
smart-http-common-1.1.1-sources.jar | 40 KB |
smart-http-common-1.1.1-javadoc.jar | 250 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.http/smart-http-common/
implementation 'org.smartboot.http:smart-http-common:1.1.1'
// https://jarcasting.com/artifacts/org.smartboot.http/smart-http-common/
implementation ("org.smartboot.http:smart-http-common:1.1.1")
'org.smartboot.http:smart-http-common:jar:1.1.1'
<dependency org="org.smartboot.http" name="smart-http-common" rev="1.1.1">
<artifact name="smart-http-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.http', module='smart-http-common', version='1.1.1')
)
libraryDependencies += "org.smartboot.http" % "smart-http-common" % "1.1.1"
[org.smartboot.http/smart-http-common "1.1.1"]