Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.harium.database |
ArtifactId | ArtifactIdpostgrest |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
postgrest-0.0.1.pom | |
postgrest-0.0.1.jar | 16 KB |
postgrest-0.0.1-sources.jar | 5 KB |
postgrest-0.0.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.database/postgrest/ -->
<dependency>
<groupId>com.harium.database</groupId>
<artifactId>postgrest</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.database/postgrest/
implementation 'com.harium.database:postgrest:0.0.1'
// https://jarcasting.com/artifacts/com.harium.database/postgrest/
implementation ("com.harium.database:postgrest:0.0.1")
'com.harium.database:postgrest:jar:0.0.1'
<dependency org="com.harium.database" name="postgrest" rev="0.0.1">
<artifact name="postgrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.database', module='postgrest', version='0.0.1')
)
libraryDependencies += "com.harium.database" % "postgrest" % "0.0.1"
[com.harium.database/postgrest "0.0.1"]