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