Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdcom.github.albfernandez |
ArtifactId | ArtifactIdjbpm-tomcat |
Version | Version3.2.12.ayg |
Type | Typejar |
Filename | Size |
---|---|
jbpm-tomcat-3.2.12.ayg.pom | |
jbpm-tomcat-3.2.12.ayg.jar | 5 KB |
jbpm-tomcat-3.2.12.ayg-sources.jar | 3 KB |
jbpm-tomcat-3.2.12.ayg-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.albfernandez/jbpm-tomcat/ -->
<dependency>
<groupId>com.github.albfernandez</groupId>
<artifactId>jbpm-tomcat</artifactId>
<version>3.2.12.ayg</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.albfernandez/jbpm-tomcat/
implementation 'com.github.albfernandez:jbpm-tomcat:3.2.12.ayg'
// https://jarcasting.com/artifacts/com.github.albfernandez/jbpm-tomcat/
implementation ("com.github.albfernandez:jbpm-tomcat:3.2.12.ayg")
'com.github.albfernandez:jbpm-tomcat:jar:3.2.12.ayg'
<dependency org="com.github.albfernandez" name="jbpm-tomcat" rev="3.2.12.ayg">
<artifact name="jbpm-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.albfernandez', module='jbpm-tomcat', version='3.2.12.ayg')
)
libraryDependencies += "com.github.albfernandez" % "jbpm-tomcat" % "3.2.12.ayg"
[com.github.albfernandez/jbpm-tomcat "3.2.12.ayg"]