| Группа | Группаcom.github.picon-software |
|---|---|
| Идентификатор | Идентификаторeo-api |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| eo-api-1.0.0.pom | |
| eo-api-1.0.0.jar | 40 KB |
| eo-api-1.0.0-sources.jar | 33 KB |
| eo-api-1.0.0-javadoc.jar | 330 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.picon-software/eo-api/ -->
<dependency>
<groupId>com.github.picon-software</groupId>
<artifactId>eo-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.picon-software/eo-api/
implementation 'com.github.picon-software:eo-api:1.0.0'
// https://jarcasting.com/artifacts/com.github.picon-software/eo-api/
implementation ("com.github.picon-software:eo-api:1.0.0")
'com.github.picon-software:eo-api:jar:1.0.0'
<dependency org="com.github.picon-software" name="eo-api" rev="1.0.0">
<artifact name="eo-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.picon-software', module='eo-api', version='1.0.0')
)
libraryDependencies += "com.github.picon-software" % "eo-api" % "1.0.0"
[com.github.picon-software/eo-api "1.0.0"]