GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdeditor-interface |
Version | Version3.0-beta1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/editor-interface/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>editor-interface</artifactId>
<version>3.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/editor-interface/
implementation 'org.aperteworkflow:editor-interface:3.0-beta1'
// https://jarcasting.com/artifacts/org.aperteworkflow/editor-interface/
implementation ("org.aperteworkflow:editor-interface:3.0-beta1")
'org.aperteworkflow:editor-interface:jar:3.0-beta1'
<dependency org="org.aperteworkflow" name="editor-interface" rev="3.0-beta1">
<artifact name="editor-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='editor-interface', version='3.0-beta1')
)
libraryDependencies += "org.aperteworkflow" % "editor-interface" % "3.0-beta1"
[org.aperteworkflow/editor-interface "3.0-beta1"]