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