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