| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.hyracks |
| Идентификатор | Идентификаторhyracks-tests |
| Последняя версия | Последняя версия0.3.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеhyracks-tests
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| hyracks-tests-0.3.8.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-tests/ -->
<dependency>
<groupId>org.apache.hyracks</groupId>
<artifactId>hyracks-tests</artifactId>
<version>0.3.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-tests/
implementation 'org.apache.hyracks:hyracks-tests:0.3.8'
// https://jarcasting.com/artifacts/org.apache.hyracks/hyracks-tests/
implementation ("org.apache.hyracks:hyracks-tests:0.3.8")
'org.apache.hyracks:hyracks-tests:pom:0.3.8'
<dependency org="org.apache.hyracks" name="hyracks-tests" rev="0.3.8">
<artifact name="hyracks-tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.hyracks', module='hyracks-tests', version='0.3.8')
)
libraryDependencies += "org.apache.hyracks" % "hyracks-tests" % "0.3.8"
[org.apache.hyracks/hyracks-tests "0.3.8"]