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