GroupId | GroupIdde.mnl.osgi |
---|---|
ArtifactId | ArtifactIdde.mnl.osgi.jul2osgi |
Version | Version1.4.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.jul2osgi/ -->
<dependency>
<groupId>de.mnl.osgi</groupId>
<artifactId>de.mnl.osgi.jul2osgi</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.jul2osgi/
implementation 'de.mnl.osgi:de.mnl.osgi.jul2osgi:1.4.2'
// https://jarcasting.com/artifacts/de.mnl.osgi/de.mnl.osgi.jul2osgi/
implementation ("de.mnl.osgi:de.mnl.osgi.jul2osgi:1.4.2")
'de.mnl.osgi:de.mnl.osgi.jul2osgi:jar:1.4.2'
<dependency org="de.mnl.osgi" name="de.mnl.osgi.jul2osgi" rev="1.4.2">
<artifact name="de.mnl.osgi.jul2osgi" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mnl.osgi', module='de.mnl.osgi.jul2osgi', version='1.4.2')
)
libraryDependencies += "de.mnl.osgi" % "de.mnl.osgi.jul2osgi" % "1.4.2"
[de.mnl.osgi/de.mnl.osgi.jul2osgi "1.4.2"]