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