JBoss Application Server: Common Code for Subsystem and Non-subsystem Test Harness

JBoss Application Server: Parent Aggregator

Лицензия

Лицензия

Категории

Категории

JBoss Контейнер Application Servers
Группа

Группа

org.jboss.as
Идентификатор

Идентификатор

jboss-as-model-test
Последняя версия

Последняя версия

7.2.0.Final
Дата

Дата

Тип

Тип

jar
Описание

Описание

JBoss Application Server: Common Code for Subsystem and Non-subsystem Test Harness
JBoss Application Server: Parent Aggregator
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать jboss-as-model-test

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.jboss.as/jboss-as-model-test/ -->
<dependency>
    <groupId>org.jboss.as</groupId>
    <artifactId>jboss-as-model-test</artifactId>
    <version>7.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.as/jboss-as-model-test/
implementation 'org.jboss.as:jboss-as-model-test:7.2.0.Final'
// https://jarcasting.com/artifacts/org.jboss.as/jboss-as-model-test/
implementation ("org.jboss.as:jboss-as-model-test:7.2.0.Final")
'org.jboss.as:jboss-as-model-test:jar:7.2.0.Final'
<dependency org="org.jboss.as" name="jboss-as-model-test" rev="7.2.0.Final">
  <artifact name="jboss-as-model-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.as', module='jboss-as-model-test', version='7.2.0.Final')
)
libraryDependencies += "org.jboss.as" % "jboss-as-model-test" % "7.2.0.Final"
[org.jboss.as/jboss-as-model-test "7.2.0.Final"]

Зависимости

compile (13)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
org.apache.maven : maven-aether-provider jar 3.0.4
org.apache.maven.wagon : wagon-http-lightweight jar 2.2
org.jboss.logging : jboss-logging jar 3.1.2.GA
org.jboss.as : jboss-as-controller jar 7.2.0.Final
org.sonatype.aether : aether-api jar 1.13.1
org.sonatype.aether : aether-spi jar 1.13.1
org.sonatype.aether : aether-util jar 1.13.1
org.sonatype.aether : aether-impl jar 1.13.1
org.sonatype.aether : aether-connector-file jar 1.13.1
org.sonatype.aether : aether-connector-asynchttpclient jar 1.13.1
org.sonatype.aether : aether-connector-wagon jar 1.13.1
org.jboss.as : jboss-as-build-config jar 7.2.0.Final

test (2)

Идентификатор библиотеки Тип Версия
org.jboss.shrinkwrap : shrinkwrap-api jar 1.0.0
org.jboss.shrinkwrap : shrinkwrap-impl-base jar 1.0.0

Модули Проекта

Данный проект не имеет модулей.

As part of the rename of the JBoss Application Server project to WildFly, the jboss-as git repo has been moved to http://github.com/wildfly/wildfly.

Please use this location for all purposes from now on.

Follow these steps to update your repo:

  1. Create a new fork of the linked wildfly repo into your own copy
  2. In your local checkout execute the following commands (assuming you have an origin and an upstream)

git remote set-url origin git@github.com:[username]/wildfly.git

git remote set-url upstream git://github.com/wildfly/wildfly.git

NOTE: After these steps you can rename your jboss-as directory to wildfly (optional)

org.jboss.as

Версии библиотеки

Версия
7.2.0.Final