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