Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.core |
ArtifactId | ArtifactIdwildfly-io-tests |
Version | Version11.0.0.Beta8 |
Type | Typejar |
Filename | Size |
---|---|
wildfly-io-tests-11.0.0.Beta8.pom | |
wildfly-io-tests-11.0.0.Beta8.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.core/wildfly-io-tests/ -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-io-tests</artifactId>
<version>11.0.0.Beta8</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-io-tests/
implementation 'org.wildfly.core:wildfly-io-tests:11.0.0.Beta8'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-io-tests/
implementation ("org.wildfly.core:wildfly-io-tests:11.0.0.Beta8")
'org.wildfly.core:wildfly-io-tests:jar:11.0.0.Beta8'
<dependency org="org.wildfly.core" name="wildfly-io-tests" rev="11.0.0.Beta8">
<artifact name="wildfly-io-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-io-tests', version='11.0.0.Beta8')
)
libraryDependencies += "org.wildfly.core" % "wildfly-io-tests" % "11.0.0.Beta8"
[org.wildfly.core/wildfly-io-tests "11.0.0.Beta8"]