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