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