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