License |
License |
---|---|
GroupId | GroupIdorg.apache.stanbol |
ArtifactId | ArtifactIdorg.apache.stanbol.frameworkfragment |
Last Version | Last Version0.9.0-incubating |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Stanbol Default Framework Fragment Bundle
Fragment bundle that causes additional packages from the JVM
environment to be exported. After starting this bundle, the OSGi
console detail view of the system bundle (/system/console/bundles/0)
should list two com.example packages as being exported.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.frameworkfragment/ -->
<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.frameworkfragment</artifactId>
<version>0.9.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.frameworkfragment/
implementation 'org.apache.stanbol:org.apache.stanbol.frameworkfragment:0.9.0-incubating'
// https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.frameworkfragment/
implementation ("org.apache.stanbol:org.apache.stanbol.frameworkfragment:0.9.0-incubating")
'org.apache.stanbol:org.apache.stanbol.frameworkfragment:jar:0.9.0-incubating'
<dependency org="org.apache.stanbol" name="org.apache.stanbol.frameworkfragment" rev="0.9.0-incubating">
<artifact name="org.apache.stanbol.frameworkfragment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.stanbol', module='org.apache.stanbol.frameworkfragment', version='0.9.0-incubating')
)
libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.frameworkfragment" % "0.9.0-incubating"
[org.apache.stanbol/org.apache.stanbol.frameworkfragment "0.9.0-incubating"]