is not current version
Last Version 3.2-RC1

org.aperteworkflow:plugins 2.0-RC1


GroupId

GroupId

org.aperteworkflow
ArtifactId

ArtifactId

plugins
Version

Version

2.0-RC1
Type

Type

pom

Download plugins 2.0-RC1

Filename Size
plugins-2.0-RC1.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.aperteworkflow/plugins/ -->
<dependency>
    <groupId>org.aperteworkflow</groupId>
    <artifactId>plugins</artifactId>
    <version>2.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/plugins/
implementation 'org.aperteworkflow:plugins:2.0-RC1'
// https://jarcasting.com/artifacts/org.aperteworkflow/plugins/
implementation ("org.aperteworkflow:plugins:2.0-RC1")
'org.aperteworkflow:plugins:pom:2.0-RC1'
<dependency org="org.aperteworkflow" name="plugins" rev="2.0-RC1">
  <artifact name="plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='plugins', version='2.0-RC1')
)
libraryDependencies += "org.aperteworkflow" % "plugins" % "2.0-RC1"
[org.aperteworkflow/plugins "2.0-RC1"]