GroupId | GroupIdorg.aperteworkflow |
---|---|
ArtifactId | ArtifactIdeditor-interface |
Version | Version2.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
editor-interface-2.0-RC1.pom | |
editor-interface-2.0-RC1.jar | 8 KB |
editor-interface-2.0-RC1-sources.jar | 5 KB |
editor-interface-2.0-RC1-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aperteworkflow/editor-interface/ -->
<dependency>
<groupId>org.aperteworkflow</groupId>
<artifactId>editor-interface</artifactId>
<version>2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aperteworkflow/editor-interface/
implementation 'org.aperteworkflow:editor-interface:2.0-RC1'
// https://jarcasting.com/artifacts/org.aperteworkflow/editor-interface/
implementation ("org.aperteworkflow:editor-interface:2.0-RC1")
'org.aperteworkflow:editor-interface:jar:2.0-RC1'
<dependency org="org.aperteworkflow" name="editor-interface" rev="2.0-RC1">
<artifact name="editor-interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aperteworkflow', module='editor-interface', version='2.0-RC1')
)
libraryDependencies += "org.aperteworkflow" % "editor-interface" % "2.0-RC1"
[org.aperteworkflow/editor-interface "2.0-RC1"]