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