Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.osgiliath.framework |
ArtifactId | ArtifactIdnet.osgiliath.features.karaf-features-spring |
Version | Version0.1.3 |
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.3</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.3'
// 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.3")
'net.osgiliath.framework:net.osgiliath.features.karaf-features-spring:jar:0.1.3'
<dependency org="net.osgiliath.framework" name="net.osgiliath.features.karaf-features-spring" rev="0.1.3">
<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.3')
)
libraryDependencies += "net.osgiliath.framework" % "net.osgiliath.features.karaf-features-spring" % "0.1.3"
[net.osgiliath.framework/net.osgiliath.features.karaf-features-spring "0.1.3"]