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