License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.floggy.3rd.org.eclipse.equinox |
ArtifactId | ArtifactIdregistry |
Last Version | Last Version3.3.1.R33x_v20070802 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEquinox Registry
The Eclipse extension registry allows bundles to communicate and cooperate using declarative markup and lazy instantiation. The extension mechanism is similar to OSGi services and declarative services but has some different contractual and management characteristics.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
registry-3.3.1.R33x_v20070802.pom | |
registry-3.3.1.R33x_v20070802.jar | 157 KB |
registry-3.3.1.R33x_v20070802-sources.jar | 148 KB |
registry-3.3.1.R33x_v20070802-javadoc.jar | 292 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse.equinox/registry/ -->
<dependency>
<groupId>org.floggy.3rd.org.eclipse.equinox</groupId>
<artifactId>registry</artifactId>
<version>3.3.1.R33x_v20070802</version>
</dependency>
// https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse.equinox/registry/
implementation 'org.floggy.3rd.org.eclipse.equinox:registry:3.3.1.R33x_v20070802'
// https://jarcasting.com/artifacts/org.floggy.3rd.org.eclipse.equinox/registry/
implementation ("org.floggy.3rd.org.eclipse.equinox:registry:3.3.1.R33x_v20070802")
'org.floggy.3rd.org.eclipse.equinox:registry:jar:3.3.1.R33x_v20070802'
<dependency org="org.floggy.3rd.org.eclipse.equinox" name="registry" rev="3.3.1.R33x_v20070802">
<artifact name="registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.floggy.3rd.org.eclipse.equinox', module='registry', version='3.3.1.R33x_v20070802')
)
libraryDependencies += "org.floggy.3rd.org.eclipse.equinox" % "registry" % "3.3.1.R33x_v20070802"
[org.floggy.3rd.org.eclipse.equinox/registry "3.3.1.R33x_v20070802"]