Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.xuchen93 |
ArtifactId | ArtifactIdmodule-database |
Version | Version1.0.11 |
Type | Typejar |
Filename | Size |
---|---|
module-database-1.0.11.pom | |
module-database-1.0.11.jar | 10 KB |
module-database-1.0.11-sources.jar | 7 KB |
module-database-1.0.11-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-database/ -->
<dependency>
<groupId>com.github.xuchen93</groupId>
<artifactId>module-database</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-database/
implementation 'com.github.xuchen93:module-database:1.0.11'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-database/
implementation ("com.github.xuchen93:module-database:1.0.11")
'com.github.xuchen93:module-database:jar:1.0.11'
<dependency org="com.github.xuchen93" name="module-database" rev="1.0.11">
<artifact name="module-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-database', version='1.0.11')
)
libraryDependencies += "com.github.xuchen93" % "module-database" % "1.0.11"
[com.github.xuchen93/module-database "1.0.11"]