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