Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.fighterfish |
ArtifactId | ArtifactIdosgi-http |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
osgi-http-1.0.7.pom | |
osgi-http-1.0.7.jar | 31 KB |
osgi-http-1.0.7-sources.jar | 27 KB |
osgi-http-1.0.7-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.fighterfish/osgi-http/ -->
<dependency>
<groupId>org.glassfish.fighterfish</groupId>
<artifactId>osgi-http</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.fighterfish/osgi-http/
implementation 'org.glassfish.fighterfish:osgi-http:1.0.7'
// https://jarcasting.com/artifacts/org.glassfish.fighterfish/osgi-http/
implementation ("org.glassfish.fighterfish:osgi-http:1.0.7")
'org.glassfish.fighterfish:osgi-http:jar:1.0.7'
<dependency org="org.glassfish.fighterfish" name="osgi-http" rev="1.0.7">
<artifact name="osgi-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.fighterfish', module='osgi-http', version='1.0.7')
)
libraryDependencies += "org.glassfish.fighterfish" % "osgi-http" % "1.0.7"
[org.glassfish.fighterfish/osgi-http "1.0.7"]