Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.windup.tests |
ArtifactId | ArtifactIdwindup-test-files |
Version | Version4.3.1.Beta1 |
Type | Typejar |
Filename | Size |
---|---|
windup-test-files-4.3.1.Beta1.pom | |
windup-test-files-4.3.1.Beta1.jar | 2 KB |
windup-test-files-4.3.1.Beta1-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.3.1.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.windup.tests/windup-test-files/
implementation 'org.jboss.windup.tests:windup-test-files:4.3.1.Beta1'
// https://jarcasting.com/artifacts/org.jboss.windup.tests/windup-test-files/
implementation ("org.jboss.windup.tests:windup-test-files:4.3.1.Beta1")
'org.jboss.windup.tests:windup-test-files:jar:4.3.1.Beta1'
<dependency org="org.jboss.windup.tests" name="windup-test-files" rev="4.3.1.Beta1">
<artifact name="windup-test-files" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.windup.tests', module='windup-test-files', version='4.3.1.Beta1')
)
libraryDependencies += "org.jboss.windup.tests" % "windup-test-files" % "4.3.1.Beta1"
[org.jboss.windup.tests/windup-test-files "4.3.1.Beta1"]