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