GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdexternal-plugins |
Version | Version3.0-beta1 |
Type | Typepom |
Filename | Size |
---|---|
external-plugins-3.0-beta1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/external-plugins/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>external-plugins</artifactId>
<version>3.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/external-plugins/
implementation 'org.aperteworkflow:external-plugins:3.0-beta1'
// https://jarcasting.com/artifacts/org.aperteworkflow/external-plugins/
implementation ("org.aperteworkflow:external-plugins:3.0-beta1")
'org.aperteworkflow:external-plugins:pom:3.0-beta1'
<dependency org="org.aperteworkflow" name="external-plugins" rev="3.0-beta1">
<artifact name="external-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='external-plugins', version='3.0-beta1')
)
libraryDependencies += "org.aperteworkflow" % "external-plugins" % "3.0-beta1"
[org.aperteworkflow/external-plugins "3.0-beta1"]