GroupId | GroupIdio.holunda.polyflow |
---|---|
ArtifactId | ArtifactIdpolyflow-parent |
Version | Version3.1.4 |
Type | Typepom |
Filename | Size |
---|---|
polyflow-parent-3.1.4.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-parent/ -->
<dependency>
<groupId>io.holunda.polyflow</groupId>
<artifactId>polyflow-parent</artifactId>
<version>3.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-parent/
implementation 'io.holunda.polyflow:polyflow-parent:3.1.4'
// https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-parent/
implementation ("io.holunda.polyflow:polyflow-parent:3.1.4")
'io.holunda.polyflow:polyflow-parent:pom:3.1.4'
<dependency org="io.holunda.polyflow" name="polyflow-parent" rev="3.1.4">
<artifact name="polyflow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.holunda.polyflow', module='polyflow-parent', version='3.1.4')
)
libraryDependencies += "io.holunda.polyflow" % "polyflow-parent" % "3.1.4"
[io.holunda.polyflow/polyflow-parent "3.1.4"]