| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJBoss Контейнер Application Servers |
| Группа | Группаorg.jboss.arquillian.graphene |
| Идентификатор | Идентификаторgraphene-build-resources |
| Версия | Версия3.0.0-alpha.2 |
| Тип | Типjar |
| Описание |
ОписаниеGraphene: Build Resources
Testing Ajax with flavour of sexy type-safe API
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-build-resources/ -->
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>graphene-build-resources</artifactId>
<version>3.0.0-alpha.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-build-resources/
implementation 'org.jboss.arquillian.graphene:graphene-build-resources:3.0.0-alpha.2'
// https://jarcasting.com/artifacts/org.jboss.arquillian.graphene/graphene-build-resources/
implementation ("org.jboss.arquillian.graphene:graphene-build-resources:3.0.0-alpha.2")
'org.jboss.arquillian.graphene:graphene-build-resources:jar:3.0.0-alpha.2'
<dependency org="org.jboss.arquillian.graphene" name="graphene-build-resources" rev="3.0.0-alpha.2">
<artifact name="graphene-build-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.arquillian.graphene', module='graphene-build-resources', version='3.0.0-alpha.2')
)
libraryDependencies += "org.jboss.arquillian.graphene" % "graphene-build-resources" % "3.0.0-alpha.2"
[org.jboss.arquillian.graphene/graphene-build-resources "3.0.0-alpha.2"]