GroupId | GroupIdcom.github.albfernandez |
---|---|
ArtifactId | ArtifactIdjbpm |
Version | Version3.2.14.ayg |
Type | Typepom |
Filename | Size |
---|---|
jbpm-3.2.14.ayg.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.albfernandez/jbpm/ -->
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>jbpm</artifactId>
<version>3.2.14.ayg</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.albfernandez/jbpm/
implementation 'com.github.albfernandez:jbpm:3.2.14.ayg'
// https://jarcasting.com/artifacts/com.github.albfernandez/jbpm/
implementation ("com.github.albfernandez:jbpm:3.2.14.ayg")
'com.github.albfernandez:jbpm:pom:3.2.14.ayg'
<dependency org="com.github.albfernandez" name="jbpm" rev="3.2.14.ayg">
<artifact name="jbpm" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.albfernandez', module='jbpm', version='3.2.14.ayg')
)
libraryDependencies += "com.github.albfernandez" % "jbpm" % "3.2.14.ayg"
[com.github.albfernandez/jbpm "3.2.14.ayg"]