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