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