| GroupId | GroupIdde.mnl.osgi |
|---|---|
| ArtifactId | ArtifactIdde.mnl.osgi.osgi2jul |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| de.mnl.osgi.osgi2jul-1.1.0.pom | |
| de.mnl.osgi.osgi2jul-1.1.0.jar | 18 KB |
| de.mnl.osgi.osgi2jul-1.1.0-sources.jar | 13 KB |
| de.mnl.osgi.osgi2jul-1.1.0-javadoc.jar | 52 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.osgi2jul/ -->
<dependency>
<groupId>de.mnl.osgi</groupId>
<artifactId>de.mnl.osgi.osgi2jul</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.osgi2jul/
implementation 'de.mnl.osgi:de.mnl.osgi.osgi2jul:1.1.0'
// https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.osgi2jul/
implementation ("de.mnl.osgi:de.mnl.osgi.osgi2jul:1.1.0")
'de.mnl.osgi:de.mnl.osgi.osgi2jul:jar:1.1.0'
<dependency org="de.mnl.osgi" name="de.mnl.osgi.osgi2jul" rev="1.1.0">
<artifact name="de.mnl.osgi.osgi2jul" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mnl.osgi', module='de.mnl.osgi.osgi2jul', version='1.1.0')
)
libraryDependencies += "de.mnl.osgi" % "de.mnl.osgi.osgi2jul" % "1.1.0"
[de.mnl.osgi/de.mnl.osgi.osgi2jul "1.1.0"]