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