c

custom-widget-archetype

Aperte Workflow is a compilation of well-known, stable and mature frameworks into a complete BPM solution developed by BlueSoft sp. z o.o. - Polish independent software vendor. Project home page is available at http://www.aperteworkflow.org/
http://nexus.sonatype.org/oss-repository-hosting.html/aperteworkflow-core/widget
GNU Lesser General Public License, Version 2.1
Tomek Lipski Łukasz Bortlik Karol Dowbecki Zbigniew Malinowski
Files download
File Operation
custom-widget-archetype-1.1.1.jar download
custom-widget-archetype-1.1.1.pom download
custom-widget-archetype-1.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.aperteworkflow</groupId>
  <artifactId>custom-widget-archetype</artifactId>
  <version>1.1.1</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'org.aperteworkflow:custom-widget-archetype:1.1.1'
Gradle Kotlin
implementation("org.aperteworkflow:custom-widget-archetype:1.1.1")
Scala SBT
libraryDependencies += "org.aperteworkflow" % "custom-widget-archetype" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.aperteworkflow', module='custom-widget-archetype', version='1.1.1')
)
Apache Ivy
<dependency org="org.aperteworkflow" name="custom-widget-archetype" rev="1.1.1" />
Leiningen
[org.aperteworkflow/custom-widget-archetype "1.1.1"]
Apache Buildr
'org.aperteworkflow:custom-widget-archetype:jar:1.1.1'