| Categories |
CategoriesJBoss Container Application Servers |
|---|---|
| GroupId | GroupIdorg.jboss.windup.web |
| ArtifactId | ArtifactIdwindup-web-executor |
| Version | Version5.1.1.Final |
| Type | Typejar |
| Filename | Size |
|---|---|
| windup-web-executor-5.1.1.Final.pom | |
| windup-web-executor-5.1.1.Final.jar | 500 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>5.1.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.web/windup-web-executor/
implementation 'org.jboss.windup.web:windup-web-executor:5.1.1.Final'
// https://jarcasting.com/artifacts/org.jboss.windup.web/windup-web-executor/
implementation ("org.jboss.windup.web:windup-web-executor:5.1.1.Final")
'org.jboss.windup.web:windup-web-executor:jar:5.1.1.Final'
<dependency org="org.jboss.windup.web" name="windup-web-executor" rev="5.1.1.Final">
<artifact name="windup-web-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.web', module='windup-web-executor', version='5.1.1.Final')
)
libraryDependencies += "org.jboss.windup.web" % "windup-web-executor" % "5.1.1.Final"
[org.jboss.windup.web/windup-web-executor "5.1.1.Final"]