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