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