Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.core |
ArtifactId | ArtifactIdwildfly-remoting-parent |
Version | Version2.2.0.CR6 |
Type | Typepom |
Filename | Size |
---|---|
wildfly-remoting-parent-2.2.0.CR6.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.core/wildfly-remoting-parent/ -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-remoting-parent</artifactId>
<version>2.2.0.CR6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-remoting-parent/
implementation 'org.wildfly.core:wildfly-remoting-parent:2.2.0.CR6'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-remoting-parent/
implementation ("org.wildfly.core:wildfly-remoting-parent:2.2.0.CR6")
'org.wildfly.core:wildfly-remoting-parent:pom:2.2.0.CR6'
<dependency org="org.wildfly.core" name="wildfly-remoting-parent" rev="2.2.0.CR6">
<artifact name="wildfly-remoting-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-remoting-parent', version='2.2.0.CR6')
)
libraryDependencies += "org.wildfly.core" % "wildfly-remoting-parent" % "2.2.0.CR6"
[org.wildfly.core/wildfly-remoting-parent "2.2.0.CR6"]