GroupId | GroupIdio.holunda.polyflow |
---|---|
ArtifactId | ArtifactIdpolyflow-parent |
Version | Version3.1.3 |
Type | Typepom |
Filename | Size |
---|---|
polyflow-parent-3.1.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-parent/
implementation 'io.holunda.polyflow:polyflow-parent:3.1.3'
// https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-parent/
implementation ("io.holunda.polyflow:polyflow-parent:3.1.3")
'io.holunda.polyflow:polyflow-parent:pom:3.1.3'
<dependency org="io.holunda.polyflow" name="polyflow-parent" rev="3.1.3">
<artifact name="polyflow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.holunda.polyflow', module='polyflow-parent', version='3.1.3')
)
libraryDependencies += "io.holunda.polyflow" % "polyflow-parent" % "3.1.3"
[io.holunda.polyflow/polyflow-parent "3.1.3"]