| Группа | Группаcom.kotcrab.vis |
|---|---|
| Идентификатор | Идентификаторvis-parent |
| Версия | Версия1.2.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| vis-parent-1.2.1.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.kotcrab.vis/vis-parent/ -->
<dependency>
<groupId>com.kotcrab.vis</groupId>
<artifactId>vis-parent</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kotcrab.vis/vis-parent/
implementation 'com.kotcrab.vis:vis-parent:1.2.1'
// https://jarcasting.com/artifacts/com.kotcrab.vis/vis-parent/
implementation ("com.kotcrab.vis:vis-parent:1.2.1")
'com.kotcrab.vis:vis-parent:pom:1.2.1'
<dependency org="com.kotcrab.vis" name="vis-parent" rev="1.2.1">
<artifact name="vis-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kotcrab.vis', module='vis-parent', version='1.2.1')
)
libraryDependencies += "com.kotcrab.vis" % "vis-parent" % "1.2.1"
[com.kotcrab.vis/vis-parent "1.2.1"]