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