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