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