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