| GroupId | GroupIdorg.dotwebstack.framework |
|---|---|
| ArtifactId | ArtifactIdexample-postgres |
| Version | Version0.3.41 |
| Type | Typejar |
| Filename | Size |
|---|---|
| example-postgres-0.3.41.pom | |
| example-postgres-0.3.41.jar | 35 MB |
| example-postgres-0.3.41-sources.jar | 8 KB |
| example-postgres-0.3.41-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dotwebstack.framework/example-postgres/ -->
<dependency>
<groupId>org.dotwebstack.framework</groupId>
<artifactId>example-postgres</artifactId>
<version>0.3.41</version>
</dependency>
// https://jarcasting.com/artifacts/org.dotwebstack.framework/example-postgres/
implementation 'org.dotwebstack.framework:example-postgres:0.3.41'
// https://jarcasting.com/artifacts/org.dotwebstack.framework/example-postgres/
implementation ("org.dotwebstack.framework:example-postgres:0.3.41")
'org.dotwebstack.framework:example-postgres:jar:0.3.41'
<dependency org="org.dotwebstack.framework" name="example-postgres" rev="0.3.41">
<artifact name="example-postgres" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dotwebstack.framework', module='example-postgres', version='0.3.41')
)
libraryDependencies += "org.dotwebstack.framework" % "example-postgres" % "0.3.41"
[org.dotwebstack.framework/example-postgres "0.3.41"]