| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGeronimo Контейнер Application Servers |
| Группа | Группаorg.apache.geronimo.samples |
| Идентификатор | Идентификаторrepository |
| Версия | Версия2.1.2 |
| Тип | Типjar |
| Описание |
ОписаниеGeronimo Local Repository
Container for local artifacts, this is a temporary solution until a more
permeant Geronimo specific repository solution can be implemented.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| repository-2.1.2.pom | |
| repository-2.1.2.jar | 7 KB |
| repository-2.1.2-sources.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.geronimo.samples/repository/ -->
<dependency>
<groupId>org.apache.geronimo.samples</groupId>
<artifactId>repository</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/repository/
implementation 'org.apache.geronimo.samples:repository:2.1.2'
// https://jarcasting.com/artifacts/org.apache.geronimo.samples/repository/
implementation ("org.apache.geronimo.samples:repository:2.1.2")
'org.apache.geronimo.samples:repository:jar:2.1.2'
<dependency org="org.apache.geronimo.samples" name="repository" rev="2.1.2">
<artifact name="repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geronimo.samples', module='repository', version='2.1.2')
)
libraryDependencies += "org.apache.geronimo.samples" % "repository" % "2.1.2"
[org.apache.geronimo.samples/repository "2.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.tomcat : catalina | jar | |
| org.apache.tomcat : jasper | jar | |
| com.sun.xml.ws : jaxws-tools | jar | |
| com.sun.xml.ws : jaxws-rt | jar | |
| org.apache.ant : ant-launcher | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |