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