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