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