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