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