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