License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.osgi.enroute |
ArtifactId | ArtifactIdindexes |
Version | Version7.0.0 |
Type | Typepom |
Description |
DescriptionOSGi enRoute indexes parent
The parent for generating the R7 OSGi indexes used by enRoute
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
indexes-7.0.0.pom | |
indexes-7.0.0.xml.gz | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgi.enroute/indexes/ -->
<dependency>
<groupId>org.osgi.enroute</groupId>
<artifactId>indexes</artifactId>
<version>7.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.osgi.enroute/indexes/
implementation 'org.osgi.enroute:indexes:7.0.0'
// https://jarcasting.com/artifacts/org.osgi.enroute/indexes/
implementation ("org.osgi.enroute:indexes:7.0.0")
'org.osgi.enroute:indexes:pom:7.0.0'
<dependency org="org.osgi.enroute" name="indexes" rev="7.0.0">
<artifact name="indexes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.osgi.enroute', module='indexes', version='7.0.0')
)
libraryDependencies += "org.osgi.enroute" % "indexes" % "7.0.0"
[org.osgi.enroute/indexes "7.0.0"]