Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.windup.exec |
ArtifactId | ArtifactIdwindup-exec-impl |
Version | Version2.4.1.Final |
Type | Typejar |
Filename | Size |
---|---|
windup-exec-impl-2.4.1.Final.pom | |
windup-exec-impl-2.4.1.Final.jar | 11 KB |
windup-exec-impl-2.4.1.Final-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.exec/windup-exec-impl/ -->
<dependency>
<groupId>org.jboss.windup.exec</groupId>
<artifactId>windup-exec-impl</artifactId>
<version>2.4.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.exec/windup-exec-impl/
implementation 'org.jboss.windup.exec:windup-exec-impl:2.4.1.Final'
// https://jarcasting.com/artifacts/org.jboss.windup.exec/windup-exec-impl/
implementation ("org.jboss.windup.exec:windup-exec-impl:2.4.1.Final")
'org.jboss.windup.exec:windup-exec-impl:jar:2.4.1.Final'
<dependency org="org.jboss.windup.exec" name="windup-exec-impl" rev="2.4.1.Final">
<artifact name="windup-exec-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.exec', module='windup-exec-impl', version='2.4.1.Final')
)
libraryDependencies += "org.jboss.windup.exec" % "windup-exec-impl" % "2.4.1.Final"
[org.jboss.windup.exec/windup-exec-impl "2.4.1.Final"]