| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.asterix |
| Идентификатор | Идентификаторasterix-algebra |
| Последняя версия | Последняя версия0.9.8 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| asterix-algebra-0.9.8.pom | |
| asterix-algebra-0.9.8.jar | 738 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.asterix/asterix-algebra/ -->
<dependency>
<groupId>org.apache.asterix</groupId>
<artifactId>asterix-algebra</artifactId>
<version>0.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-algebra/
implementation 'org.apache.asterix:asterix-algebra:0.9.8'
// https://jarcasting.com/artifacts/org.apache.asterix/asterix-algebra/
implementation ("org.apache.asterix:asterix-algebra:0.9.8")
'org.apache.asterix:asterix-algebra:jar:0.9.8'
<dependency org="org.apache.asterix" name="asterix-algebra" rev="0.9.8">
<artifact name="asterix-algebra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.asterix', module='asterix-algebra', version='0.9.8')
)
libraryDependencies += "org.apache.asterix" % "asterix-algebra" % "0.9.8"
[org.apache.asterix/asterix-algebra "0.9.8"]