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