Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.osgiliath.hello |
ArtifactId | ArtifactIdnet.osgiliath.hello.business |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
net.osgiliath.hello.business-0.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.business/ -->
<dependency>
<groupId>net.osgiliath.hello</groupId>
<artifactId>net.osgiliath.hello.business</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.business/
implementation 'net.osgiliath.hello:net.osgiliath.hello.business:0.0.1'
// https://jarcasting.com/artifacts/net.osgiliath.hello/net.osgiliath.hello.business/
implementation ("net.osgiliath.hello:net.osgiliath.hello.business:0.0.1")
'net.osgiliath.hello:net.osgiliath.hello.business:pom:0.0.1'
<dependency org="net.osgiliath.hello" name="net.osgiliath.hello.business" rev="0.0.1">
<artifact name="net.osgiliath.hello.business" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.osgiliath.hello', module='net.osgiliath.hello.business', version='0.0.1')
)
libraryDependencies += "net.osgiliath.hello" % "net.osgiliath.hello.business" % "0.0.1"
[net.osgiliath.hello/net.osgiliath.hello.business "0.0.1"]