GroupId | GroupIdio.holunda.polyflow |
---|---|
ArtifactId | ArtifactIdpolyflow-variable-serializer |
Version | Version3.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-variable-serializer/ -->
<dependency>
<groupId>io.holunda.polyflow</groupId>
<artifactId>polyflow-variable-serializer</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-variable-serializer/
implementation 'io.holunda.polyflow:polyflow-variable-serializer:3.1.1'
// https://jarcasting.com/artifacts/io.holunda.polyflow/polyflow-variable-serializer/
implementation ("io.holunda.polyflow:polyflow-variable-serializer:3.1.1")
'io.holunda.polyflow:polyflow-variable-serializer:jar:3.1.1'
<dependency org="io.holunda.polyflow" name="polyflow-variable-serializer" rev="3.1.1">
<artifact name="polyflow-variable-serializer" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.holunda.polyflow', module='polyflow-variable-serializer', version='3.1.1')
)
libraryDependencies += "io.holunda.polyflow" % "polyflow-variable-serializer" % "3.1.1"
[io.holunda.polyflow/polyflow-variable-serializer "3.1.1"]