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