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