Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.savoirtech.logging |
ArtifactId | ArtifactIdosgi-features |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
osgi-features-2.0.1.pom | |
osgi-features-2.0.1.jar | 3 KB |
osgi-features-2.0.1-sources.jar | 1 KB |
osgi-features-2.0.1-javadoc.jar | 337 bytes |
osgi-features-2.0.1-features.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.savoirtech.logging/osgi-features/ -->
<dependency>
<groupId>com.savoirtech.logging</groupId>
<artifactId>osgi-features</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.savoirtech.logging/osgi-features/
implementation 'com.savoirtech.logging:osgi-features:2.0.1'
// https://jarcasting.com/artifacts/com.savoirtech.logging/osgi-features/
implementation ("com.savoirtech.logging:osgi-features:2.0.1")
'com.savoirtech.logging:osgi-features:jar:2.0.1'
<dependency org="com.savoirtech.logging" name="osgi-features" rev="2.0.1">
<artifact name="osgi-features" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.savoirtech.logging', module='osgi-features', version='2.0.1')
)
libraryDependencies += "com.savoirtech.logging" % "osgi-features" % "2.0.1"
[com.savoirtech.logging/osgi-features "2.0.1"]