Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.onyxdevtools |
ArtifactId | ArtifactIdonyx-database |
Version | Version1.4.0 |
Type | Typejar |
Filename | Size |
---|---|
onyx-database-1.4.0.pom | |
onyx-database-1.4.0.jar | 435 KB |
onyx-database-1.4.0-sources.jar | 295 KB |
onyx-database-1.4.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database/ -->
<dependency>
<groupId>com.onyxdevtools</groupId>
<artifactId>onyx-database</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database/
implementation 'com.onyxdevtools:onyx-database:1.4.0'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database/
implementation ("com.onyxdevtools:onyx-database:1.4.0")
'com.onyxdevtools:onyx-database:jar:1.4.0'
<dependency org="com.onyxdevtools" name="onyx-database" rev="1.4.0">
<artifact name="onyx-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-database', version='1.4.0')
)
libraryDependencies += "com.onyxdevtools" % "onyx-database" % "1.4.0"
[com.onyxdevtools/onyx-database "1.4.0"]