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