| License | License | 
|---|---|
| Categories | CategoriesQuarkus Container Microservices PostgreSQL Data Databases | 
| GroupId | GroupIdorg.kie.kogito | 
| ArtifactId | ArtifactIdquarkus-postgresql-inmemory | 
| Last Version | Last Version1.23.0.Final | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionQuarkus :: PostgreSQL :: In-memory :: Runtime Kogito Apps | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.kie.kogito/quarkus-postgresql-inmemory/ -->
<dependency>
    <groupId>org.kie.kogito</groupId>
    <artifactId>quarkus-postgresql-inmemory</artifactId>
    <version>1.23.0.Final</version>
</dependency>// https://jarcasting.com/artifacts/org.kie.kogito/quarkus-postgresql-inmemory/
implementation 'org.kie.kogito:quarkus-postgresql-inmemory:1.23.0.Final'// https://jarcasting.com/artifacts/org.kie.kogito/quarkus-postgresql-inmemory/
implementation ("org.kie.kogito:quarkus-postgresql-inmemory:1.23.0.Final")'org.kie.kogito:quarkus-postgresql-inmemory:jar:1.23.0.Final'<dependency org="org.kie.kogito" name="quarkus-postgresql-inmemory" rev="1.23.0.Final">
  <artifact name="quarkus-postgresql-inmemory" type="jar" />
</dependency>@Grapes(
@Grab(group='org.kie.kogito', module='quarkus-postgresql-inmemory', version='1.23.0.Final')
)libraryDependencies += "org.kie.kogito" % "quarkus-postgresql-inmemory" % "1.23.0.Final"[org.kie.kogito/quarkus-postgresql-inmemory "1.23.0.Final"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.quarkus : quarkus-arc | jar | |
| io.zonky.test : embedded-postgres | jar | 1.3.1 |