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