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