| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.osgiliath.features |
| ArtifactId | ArtifactIdnet.osgiliath.feature.karaf-enterprise |
| Version | Version0.3.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.osgiliath.features/net.osgiliath.feature.karaf-enterprise/ -->
<dependency>
<groupId>net.osgiliath.features</groupId>
<artifactId>net.osgiliath.feature.karaf-enterprise</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.osgiliath.features/net.osgiliath.feature.karaf-enterprise/
implementation 'net.osgiliath.features:net.osgiliath.feature.karaf-enterprise:0.3.3'
// https://jarcasting.com/artifacts/net.osgiliath.features/net.osgiliath.feature.karaf-enterprise/
implementation ("net.osgiliath.features:net.osgiliath.feature.karaf-enterprise:0.3.3")
'net.osgiliath.features:net.osgiliath.feature.karaf-enterprise:jar:0.3.3'
<dependency org="net.osgiliath.features" name="net.osgiliath.feature.karaf-enterprise" rev="0.3.3">
<artifact name="net.osgiliath.feature.karaf-enterprise" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.osgiliath.features', module='net.osgiliath.feature.karaf-enterprise', version='0.3.3')
)
libraryDependencies += "net.osgiliath.features" % "net.osgiliath.feature.karaf-enterprise" % "0.3.3"
[net.osgiliath.features/net.osgiliath.feature.karaf-enterprise "0.3.3"]