Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.onyxdevtools |
ArtifactId | ArtifactIdonyx-web-database |
Version | Version2.1.4 |
Type | Typejar |
Filename | Size |
---|---|
onyx-web-database-2.1.4.pom | |
onyx-web-database-2.1.4.jar | 44 KB |
onyx-web-database-2.1.4-sources.jar | 323 bytes |
onyx-web-database-2.1.4-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.onyxdevtools/onyx-web-database/ -->
<dependency>
<groupId>com.onyxdevtools</groupId>
<artifactId>onyx-web-database</artifactId>
<version>2.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-web-database/
implementation 'com.onyxdevtools:onyx-web-database:2.1.4'
// https://jarcasting.com/artifacts/com.onyxdevtools/onyx-web-database/
implementation ("com.onyxdevtools:onyx-web-database:2.1.4")
'com.onyxdevtools:onyx-web-database:jar:2.1.4'
<dependency org="com.onyxdevtools" name="onyx-web-database" rev="2.1.4">
<artifact name="onyx-web-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.onyxdevtools', module='onyx-web-database', version='2.1.4')
)
libraryDependencies += "com.onyxdevtools" % "onyx-web-database" % "2.1.4"
[com.onyxdevtools/onyx-web-database "2.1.4"]