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