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