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