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