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