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