| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.sf.sprtool | 
| ArtifactId | ArtifactIdsprtool-cloud-stream-binder-postgres | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionImplementation of spring cloud stream binder based on PostgreSQL. Provide some use tool class for simplify use dubbo | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/net.sf.sprtool/sprtool-cloud-stream-binder-postgres/ -->
<dependency>
    <groupId>net.sf.sprtool</groupId>
    <artifactId>sprtool-cloud-stream-binder-postgres</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.sprtool/sprtool-cloud-stream-binder-postgres/
implementation 'net.sf.sprtool:sprtool-cloud-stream-binder-postgres:1.1.0'// https://jarcasting.com/artifacts/net.sf.sprtool/sprtool-cloud-stream-binder-postgres/
implementation ("net.sf.sprtool:sprtool-cloud-stream-binder-postgres:1.1.0")'net.sf.sprtool:sprtool-cloud-stream-binder-postgres:jar:1.1.0'<dependency org="net.sf.sprtool" name="sprtool-cloud-stream-binder-postgres" rev="1.1.0">
  <artifact name="sprtool-cloud-stream-binder-postgres" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.sprtool', module='sprtool-cloud-stream-binder-postgres', version='1.1.0')
)libraryDependencies += "net.sf.sprtool" % "sprtool-cloud-stream-binder-postgres" % "1.1.0"[net.sf.sprtool/sprtool-cloud-stream-binder-postgres "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.postgresql : postgresql | jar | 42.2.11 | 
| org.springframework.cloud : spring-cloud-stream | jar | 3.1.4 |