GroupId | GroupIdorg.osgi |
---|---|
ArtifactId | ArtifactIdosgi_R4_core |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOSGi R4 core
OSGi R4 core
|
Project URL |
Project URL |
Filename | Size |
---|---|
osgi_R4_core-1.0.pom | |
osgi_R4_core-1.0.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgi/osgi_R4_core/ -->
<dependency>
<groupId>org.osgi</groupId>
<artifactId>osgi_R4_core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgi/osgi_R4_core/
implementation 'org.osgi:osgi_R4_core:1.0'
// https://jarcasting.com/artifacts/org.osgi/osgi_R4_core/
implementation ("org.osgi:osgi_R4_core:1.0")
'org.osgi:osgi_R4_core:jar:1.0'
<dependency org="org.osgi" name="osgi_R4_core" rev="1.0">
<artifact name="osgi_R4_core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgi', module='osgi_R4_core', version='1.0')
)
libraryDependencies += "org.osgi" % "osgi_R4_core" % "1.0"
[org.osgi/osgi_R4_core "1.0"]