Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.windup.exec |
ArtifactId | ArtifactIdwindup-exec-impl |
Version | Version2.5.0.CR1 |
Type | Typejar |
Filename | Size |
---|---|
windup-exec-impl-2.5.0.CR1.pom | |
windup-exec-impl-2.5.0.CR1.jar | 11 KB |
windup-exec-impl-2.5.0.CR1-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.5.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.exec/windup-exec-impl/
implementation 'org.jboss.windup.exec:windup-exec-impl:2.5.0.CR1'
// https://jarcasting.com/artifacts/org.jboss.windup.exec/windup-exec-impl/
implementation ("org.jboss.windup.exec:windup-exec-impl:2.5.0.CR1")
'org.jboss.windup.exec:windup-exec-impl:jar:2.5.0.CR1'
<dependency org="org.jboss.windup.exec" name="windup-exec-impl" rev="2.5.0.CR1">
<artifact name="windup-exec-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.exec', module='windup-exec-impl', version='2.5.0.CR1')
)
libraryDependencies += "org.jboss.windup.exec" % "windup-exec-impl" % "2.5.0.CR1"
[org.jboss.windup.exec/windup-exec-impl "2.5.0.CR1"]