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