Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.windup.tests |
ArtifactId | ArtifactIdwindup-tests |
Version | Version5.0.1.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.windup.tests/windup-tests/ -->
<dependency>
<groupId>org.jboss.windup.tests</groupId>
<artifactId>windup-tests</artifactId>
<version>5.0.1.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.tests/windup-tests/
implementation 'org.jboss.windup.tests:windup-tests:5.0.1.Alpha1'
// https://jarcasting.com/artifacts/org.jboss.windup.tests/windup-tests/
implementation ("org.jboss.windup.tests:windup-tests:5.0.1.Alpha1")
'org.jboss.windup.tests:windup-tests:jar:5.0.1.Alpha1'
<dependency org="org.jboss.windup.tests" name="windup-tests" rev="5.0.1.Alpha1">
<artifact name="windup-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.tests', module='windup-tests', version='5.0.1.Alpha1')
)
libraryDependencies += "org.jboss.windup.tests" % "windup-tests" % "5.0.1.Alpha1"
[org.jboss.windup.tests/windup-tests "5.0.1.Alpha1"]