Categories |
CategoriesData |
---|---|
GroupId | GroupIdbe.yildiz-games |
ArtifactId | ArtifactIdmodule-database |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
module-database-2.0.5.pom | |
module-database-2.0.5.jar | 27 KB |
module-database-2.0.5-sources.jar | 37 KB |
module-database-2.0.5-javadoc.jar | 527 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-database/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>module-database</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-database/
implementation 'be.yildiz-games:module-database:2.0.5'
// https://jarcasting.com/artifacts/be.yildiz-games/module-database/
implementation ("be.yildiz-games:module-database:2.0.5")
'be.yildiz-games:module-database:jar:2.0.5'
<dependency org="be.yildiz-games" name="module-database" rev="2.0.5">
<artifact name="module-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-database', version='2.0.5')
)
libraryDependencies += "be.yildiz-games" % "module-database" % "2.0.5"
[be.yildiz-games/module-database "2.0.5"]