| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdorg.standardout |
| ArtifactId | ArtifactIdbnd-platform |
| Last Version | Last Version1.7.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbnd-platform
Build OSGi bundles and Eclipse Update Sites from existing JARs, e.g. from Maven repositories (Plugin for Gradle)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| bnd-platform-1.7.0.pom | |
| bnd-platform-1.7.0.jar | 313 KB |
| bnd-platform-1.7.0-sources.jar | 47 KB |
| bnd-platform-1.7.0-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.standardout/bnd-platform/ -->
<dependency>
<groupId>org.standardout</groupId>
<artifactId>bnd-platform</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.standardout/bnd-platform/
implementation 'org.standardout:bnd-platform:1.7.0'
// https://jarcasting.com/artifacts/org.standardout/bnd-platform/
implementation ("org.standardout:bnd-platform:1.7.0")
'org.standardout:bnd-platform:jar:1.7.0'
<dependency org="org.standardout" name="bnd-platform" rev="1.7.0">
<artifact name="bnd-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.standardout', module='bnd-platform', version='1.7.0')
)
libraryDependencies += "org.standardout" % "bnd-platform" % "1.7.0"
[org.standardout/bnd-platform "1.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| biz.aQute.bnd : biz.aQute.bndlib | jar | 3.5.0 |
| org.osgi : osgi.core | jar | 6.0.0 |
| commons-io : commons-io | jar | 2.4 |
| de.undercouch : gradle-download-task | jar | 3.1.1 |