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