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