Categories |
CategoriesData |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdmodule-database-derby |
Version | Version1.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-database-derby/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>module-database-derby</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-database-derby/
implementation 'be.yildiz-games:module-database-derby:1.0.9'
// https://jarcasting.com/artifacts/be.yildiz-games/module-database-derby/
implementation ("be.yildiz-games:module-database-derby:1.0.9")
'be.yildiz-games:module-database-derby:jar:1.0.9'
<dependency org="be.yildiz-games" name="module-database-derby" rev="1.0.9">
<artifact name="module-database-derby" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-database-derby', version='1.0.9')
)
libraryDependencies += "be.yildiz-games" % "module-database-derby" % "1.0.9"
[be.yildiz-games/module-database-derby "1.0.9"]