Categories |
CategoriesPostgreSQL Data Databases |
---|---|
GroupId | GroupIdorg.kie.kogito.examples |
ArtifactId | ArtifactIdprocess-postgresql-persistence-springboot |
Version | Version1.12.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.kogito.examples/process-postgresql-persistence-springboot/ -->
<dependency>
<groupId>org.kie.kogito.examples</groupId>
<artifactId>process-postgresql-persistence-springboot</artifactId>
<version>1.12.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-postgresql-persistence-springboot/
implementation 'org.kie.kogito.examples:process-postgresql-persistence-springboot:1.12.0.Final'
// https://jarcasting.com/artifacts/org.kie.kogito.examples/process-postgresql-persistence-springboot/
implementation ("org.kie.kogito.examples:process-postgresql-persistence-springboot:1.12.0.Final")
'org.kie.kogito.examples:process-postgresql-persistence-springboot:jar:1.12.0.Final'
<dependency org="org.kie.kogito.examples" name="process-postgresql-persistence-springboot" rev="1.12.0.Final">
<artifact name="process-postgresql-persistence-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.kogito.examples', module='process-postgresql-persistence-springboot', version='1.12.0.Final')
)
libraryDependencies += "org.kie.kogito.examples" % "process-postgresql-persistence-springboot" % "1.12.0.Final"
[org.kie.kogito.examples/process-postgresql-persistence-springboot "1.12.0.Final"]