Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.core |
ArtifactId | ArtifactIdcomponent-matrix |
Version | Version5.0.0.Alpha3 |
Type | Typepom |
Filename | Size |
---|---|
component-matrix-5.0.0.Alpha3.pom | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.core/component-matrix/ -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>component-matrix</artifactId>
<version>5.0.0.Alpha3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/component-matrix/
implementation 'org.wildfly.core:component-matrix:5.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.wildfly.core/component-matrix/
implementation ("org.wildfly.core:component-matrix:5.0.0.Alpha3")
'org.wildfly.core:component-matrix:pom:5.0.0.Alpha3'
<dependency org="org.wildfly.core" name="component-matrix" rev="5.0.0.Alpha3">
<artifact name="component-matrix" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='component-matrix', version='5.0.0.Alpha3')
)
libraryDependencies += "org.wildfly.core" % "component-matrix" % "5.0.0.Alpha3"
[org.wildfly.core/component-matrix "5.0.0.Alpha3"]