| License |
License |
|---|---|
| Categories |
CategoriesLogging Application Layer Libs |
| GroupId | GroupIdfr.velossity.osgi |
| ArtifactId | ArtifactIdlogging.aggregator |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOSGi Logging Service Tutorial
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| logging.aggregator-1.0.1.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.velossity.osgi/logging.aggregator/ -->
<dependency>
<groupId>fr.velossity.osgi</groupId>
<artifactId>logging.aggregator</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.velossity.osgi/logging.aggregator/
implementation 'fr.velossity.osgi:logging.aggregator:1.0.1'
// https://jarcasting.com/artifacts/fr.velossity.osgi/logging.aggregator/
implementation ("fr.velossity.osgi:logging.aggregator:1.0.1")
'fr.velossity.osgi:logging.aggregator:pom:1.0.1'
<dependency org="fr.velossity.osgi" name="logging.aggregator" rev="1.0.1">
<artifact name="logging.aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.velossity.osgi', module='logging.aggregator', version='1.0.1')
)
libraryDependencies += "fr.velossity.osgi" % "logging.aggregator" % "1.0.1"
[fr.velossity.osgi/logging.aggregator "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.felix : org.osgi.foundation | jar | 1.2.0 |
| org.osgi : osgi_R4_core | jar | 1.0 |
| org.osgi : osgi_R4_compendium | jar | 1.0 |