GroupId | GroupIdorg.ow2.orchestra.console |
---|---|
ArtifactId | ArtifactIdbpmportal |
Version | Version4.1.0 |
Type | Typewar |
Filename | Size |
---|---|
bpmportal-4.1.0.pom | |
bpmportal-4.1.0.war | 1 MB |
bpmportal-4.1.0-sources.jar | 324 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra.console/bpmportal/ -->
<dependency>
<groupId>org.ow2.orchestra.console</groupId>
<artifactId>bpmportal</artifactId>
<version>4.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra.console/bpmportal/
implementation 'org.ow2.orchestra.console:bpmportal:4.1.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra.console/bpmportal/
implementation ("org.ow2.orchestra.console:bpmportal:4.1.0")
'org.ow2.orchestra.console:bpmportal:war:4.1.0'
<dependency org="org.ow2.orchestra.console" name="bpmportal" rev="4.1.0">
<artifact name="bpmportal" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra.console', module='bpmportal', version='4.1.0')
)
libraryDependencies += "org.ow2.orchestra.console" % "bpmportal" % "4.1.0"
[org.ow2.orchestra.console/bpmportal "4.1.0"]