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