| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.stanbol | 
| ArtifactId | ArtifactIdorg.apache.stanbol.commons.frameworkfragment | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionApache Stanbol Commons Framework Fragment The framework fragment bundle causes additional packages from the JVM environment to be exported. | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.frameworkfragment/ -->
<dependency>
    <groupId>org.apache.stanbol</groupId>
    <artifactId>org.apache.stanbol.commons.frameworkfragment</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.frameworkfragment/
implementation 'org.apache.stanbol:org.apache.stanbol.commons.frameworkfragment:1.0.0'// https://jarcasting.com/artifacts/org.apache.stanbol/org.apache.stanbol.commons.frameworkfragment/
implementation ("org.apache.stanbol:org.apache.stanbol.commons.frameworkfragment:1.0.0")'org.apache.stanbol:org.apache.stanbol.commons.frameworkfragment:jar:1.0.0'<dependency org="org.apache.stanbol" name="org.apache.stanbol.commons.frameworkfragment" rev="1.0.0">
  <artifact name="org.apache.stanbol.commons.frameworkfragment" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.stanbol', module='org.apache.stanbol.commons.frameworkfragment', version='1.0.0')
)libraryDependencies += "org.apache.stanbol" % "org.apache.stanbol.commons.frameworkfragment" % "1.0.0"[org.apache.stanbol/org.apache.stanbol.commons.frameworkfragment "1.0.0"]