| License |
License |
|---|---|
| Categories |
CategoriesWildFly Container Application Servers |
| GroupId | GroupIdorg.wildfly |
| ArtifactId | ArtifactIdwildfly-spec-api-test |
| Last Version | Last Version27.0.0.Alpha1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWildFly: Validation Tests for Exported Jakarta EE Specification APIs
Validation Tests for Jakarta EE Specification APIs exported by the Application Server
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| wildfly-spec-api-test-27.0.0.Alpha1.pom | |
| wildfly-spec-api-test-27.0.0.Alpha1.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-spec-api-test/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-spec-api-test</artifactId>
<version>27.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-spec-api-test/
implementation 'org.wildfly:wildfly-spec-api-test:27.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-spec-api-test/
implementation ("org.wildfly:wildfly-spec-api-test:27.0.0.Alpha1")
'org.wildfly:wildfly-spec-api-test:jar:27.0.0.Alpha1'
<dependency org="org.wildfly" name="wildfly-spec-api-test" rev="27.0.0.Alpha1">
<artifact name="wildfly-spec-api-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-spec-api-test', version='27.0.0.Alpha1')
)
libraryDependencies += "org.wildfly" % "wildfly-spec-api-test" % "27.0.0.Alpha1"
[org.wildfly/wildfly-spec-api-test "27.0.0.Alpha1"]