Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.windup.web |
ArtifactId | ArtifactIdwindup-web-executor |
Version | Version4.3.1.Final |
Type | Typejar |
Filename | Size |
---|---|
windup-web-executor-4.3.1.Final.pom | |
windup-web-executor-4.3.1.Final.jar | 565 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.web/windup-web-executor/ -->
<dependency>
<groupId>org.jboss.windup.web</groupId>
<artifactId>windup-web-executor</artifactId>
<version>4.3.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.web/windup-web-executor/
implementation 'org.jboss.windup.web:windup-web-executor:4.3.1.Final'
// https://jarcasting.com/artifacts/org.jboss.windup.web/windup-web-executor/
implementation ("org.jboss.windup.web:windup-web-executor:4.3.1.Final")
'org.jboss.windup.web:windup-web-executor:jar:4.3.1.Final'
<dependency org="org.jboss.windup.web" name="windup-web-executor" rev="4.3.1.Final">
<artifact name="windup-web-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.web', module='windup-web-executor', version='4.3.1.Final')
)
libraryDependencies += "org.jboss.windup.web" % "windup-web-executor" % "4.3.1.Final"
[org.jboss.windup.web/windup-web-executor "4.3.1.Final"]