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