| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.api-typeable-pojos |
| Идентификатор | Идентификаторatp-spi |
| Последняя версия | Последняя версия0.6.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеATP - SPI
API Typeable POJOs (ATP) is meant to be simple and light-weight framework to help users develop applications with large inheritance hierarchies in their API interfaces.
|
| Имя Файла | Размер |
|---|---|
| atp-spi-0.6.1.pom | |
| atp-spi-0.6.1.jar | 8 KB |
| atp-spi-0.6.1-sources.jar | 6 KB |
| atp-spi-0.6.1-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.api-typeable-pojos/atp-spi/ -->
<dependency>
<groupId>org.api-typeable-pojos</groupId>
<artifactId>atp-spi</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.api-typeable-pojos/atp-spi/
implementation 'org.api-typeable-pojos:atp-spi:0.6.1'
// https://jarcasting.com/artifacts/org.api-typeable-pojos/atp-spi/
implementation ("org.api-typeable-pojos:atp-spi:0.6.1")
'org.api-typeable-pojos:atp-spi:jar:0.6.1'
<dependency org="org.api-typeable-pojos" name="atp-spi" rev="0.6.1">
<artifact name="atp-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.api-typeable-pojos', module='atp-spi', version='0.6.1')
)
libraryDependencies += "org.api-typeable-pojos" % "atp-spi" % "0.6.1"
[org.api-typeable-pojos/atp-spi "0.6.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.api-typeable-pojos : atp-api | jar | 0.6.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |