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