is not current version
Last Version 3.2-RC1

org.aperteworkflow:plugins 2.0


GroupId

GroupId

org.aperteworkflow
ArtifactId

ArtifactId

plugins
Version

Version

2.0
Type

Type

pom

Download plugins 2.0

Filename Size
plugins-2.0.pom 1 KB
Browse

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