Categories |
CategoriesData Net React User Interface Web Frameworks |
---|---|
GroupId | GroupIdnet.lecousin.reactive-data-relational |
ArtifactId | ArtifactIdpostgres |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
postgres-0.3.0.pom | |
postgres-0.3.0.jar | 4 KB |
postgres-0.3.0-sources.jar | 3 KB |
postgres-0.3.0-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/postgres/ -->
<dependency>
<groupId>net.lecousin.reactive-data-relational</groupId>
<artifactId>postgres</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/postgres/
implementation 'net.lecousin.reactive-data-relational:postgres:0.3.0'
// https://jarcasting.com/artifacts/net.lecousin.reactive-data-relational/postgres/
implementation ("net.lecousin.reactive-data-relational:postgres:0.3.0")
'net.lecousin.reactive-data-relational:postgres:jar:0.3.0'
<dependency org="net.lecousin.reactive-data-relational" name="postgres" rev="0.3.0">
<artifact name="postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.lecousin.reactive-data-relational', module='postgres', version='0.3.0')
)
libraryDependencies += "net.lecousin.reactive-data-relational" % "postgres" % "0.3.0"
[net.lecousin.reactive-data-relational/postgres "0.3.0"]