GroupId | GroupIdorg.osgl |
---|---|
ArtifactId | ArtifactIdosgl-http |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
osgl-http-0.3.2.pom | |
osgl-http-0.3.2.jar | 63 KB |
osgl-http-0.3.2-sources.jar | 36 KB |
osgl-http-0.3.2-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-http/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-http</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-http/
implementation 'org.osgl:osgl-http:0.3.2'
// https://jarcasting.com/artifacts/org.osgl/osgl-http/
implementation ("org.osgl:osgl-http:0.3.2")
'org.osgl:osgl-http:jar:0.3.2'
<dependency org="org.osgl" name="osgl-http" rev="0.3.2">
<artifact name="osgl-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-http', version='0.3.2')
)
libraryDependencies += "org.osgl" % "osgl-http" % "0.3.2"
[org.osgl/osgl-http "0.3.2"]