License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.floggy.3rd.org.eclipse |
ArtifactId | ArtifactIdosgi |
Last Version | Last Version3.3.2.R33x_v20080105 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOSGi
OSGi is really an adjective. It generically refers to the OSGi Alliance, an industry organization that creates specifications. In particular, the OSGi Service Platform Specification R4. See Wikipedia for more details and pointers.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
osgi-3.3.2.R33x_v20080105.pom | |
osgi-3.3.2.R33x_v20080105.jar | 906 KB |
osgi-3.3.2.R33x_v20080105-sources.jar | 766 KB |
osgi-3.3.2.R33x_v20080105-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse/osgi/ -->
<dependency>
<groupId>org.floggy.3rd.org.eclipse</groupId>
<artifactId>osgi</artifactId>
<version>3.3.2.R33x_v20080105</version>
</dependency>
// https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse/osgi/
implementation 'org.floggy.3rd.org.eclipse:osgi:3.3.2.R33x_v20080105'
// https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse/osgi/
implementation ("org.floggy.3rd.org.eclipse:osgi:3.3.2.R33x_v20080105")
'org.floggy.3rd.org.eclipse:osgi:jar:3.3.2.R33x_v20080105'
<dependency org="org.floggy.3rd.org.eclipse" name="osgi" rev="3.3.2.R33x_v20080105">
<artifact name="osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.floggy.3rd.org.eclipse', module='osgi', version='3.3.2.R33x_v20080105')
)
libraryDependencies += "org.floggy.3rd.org.eclipse" % "osgi" % "3.3.2.R33x_v20080105"
[org.floggy.3rd.org.eclipse/osgi "3.3.2.R33x_v20080105"]