Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.onyxdevtools |
ArtifactId | ArtifactIdonyx-database |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
onyx-database-1.3.0.pom | |
onyx-database-1.3.0.jar | 432 KB |
onyx-database-1.3.0-sources.jar | 293 KB |
onyx-database-1.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database/
implementation 'com.onyxdevtools:onyx-database:1.3.0'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-database/
implementation ("com.onyxdevtools:onyx-database:1.3.0")
'com.onyxdevtools:onyx-database:jar:1.3.0'
<dependency org="com.onyxdevtools" name="onyx-database" rev="1.3.0">
<artifact name="onyx-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-database', version='1.3.0')
)
libraryDependencies += "com.onyxdevtools" % "onyx-database" % "1.3.0"
[com.onyxdevtools/onyx-database "1.3.0"]