| Категории |
КатегорииСеть Other Универсальные библиотеки |
|---|---|
| Группа | Группаnet.anotheria |
| Идентификатор | Идентификаторdistributeme-core |
| Версия | Версия2.2.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| distributeme-core-2.2.0.pom | |
| distributeme-core-2.2.0.jar | 135 KB |
| distributeme-core-2.2.0-sources.jar | 88 KB |
| distributeme-core-2.2.0-javadoc.jar | 698 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.anotheria/distributeme-core/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>distributeme-core</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/distributeme-core/
implementation 'net.anotheria:distributeme-core:2.2.0'
// https://jarcasting.com/artifacts/net.anotheria/distributeme-core/
implementation ("net.anotheria:distributeme-core:2.2.0")
'net.anotheria:distributeme-core:jar:2.2.0'
<dependency org="net.anotheria" name="distributeme-core" rev="2.2.0">
<artifact name="distributeme-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='distributeme-core', version='2.2.0')
)
libraryDependencies += "net.anotheria" % "distributeme-core" % "2.2.0"
[net.anotheria/distributeme-core "2.2.0"]