is not current version
Last Version 3.2-RC1

org.aperteworkflow:plugins 1.0


GroupId

GroupId

org.aperteworkflow
ArtifactId

ArtifactId

plugins
Version

Version

1.0
Type

Type

pom

Download plugins 1.0

Filename Size
plugins-1.0.pom 1 KB
Browse

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