| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.edgesoft |
| Идентификатор | Идентификаторedgeutils |
| Версия | Версия0.16.0 |
| Тип | Типjar |
| Описание |
ОписаниеUseful utilities for (mostly) Java projects.
Besides the Java utility classes you find in the gitlab repository:
- jaxb schemata and bindings
- ant tasks
- nsis example script for simple jar files
|
| Имя Файла | Размер |
|---|---|
| edgeutils-0.16.0.pom | |
| edgeutils-0.16.0.jar | 106 KB |
| edgeutils-0.16.0-sources.jar | 101 KB |
| edgeutils-0.16.0-javadoc.jar | 834 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.edgesoft/edgeutils/ -->
<dependency>
<groupId>de.edgesoft</groupId>
<artifactId>edgeutils</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.edgesoft/edgeutils/
implementation 'de.edgesoft:edgeutils:0.16.0'
// https://jarcasting.com/artifacts/de.edgesoft/edgeutils/
implementation ("de.edgesoft:edgeutils:0.16.0")
'de.edgesoft:edgeutils:jar:0.16.0'
<dependency org="de.edgesoft" name="edgeutils" rev="0.16.0">
<artifact name="edgeutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.edgesoft', module='edgeutils', version='0.16.0')
)
libraryDependencies += "de.edgesoft" % "edgeutils" % "0.16.0"
[de.edgesoft/edgeutils "0.16.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.freemarker : freemarker | jar | 2.3.31 |
| commons-cli : commons-cli | jar | 1.5.0 |
| org.knowm.xchart : xchart | jar | 3.5.4 |
| org.testfx : testfx-core | jar | 4.0.16-alpha |
| org.apache.xmlgraphics : batik-transcoder | jar | 1.14 |
| org.apache.xmlgraphics : batik-dom | jar | 1.14 |
| org.openjfx : javafx-controls | jar | 12.0.2 |
| org.openjfx : javafx-graphics | jar | 12.0.2 |
| org.openjfx : javafx-swing | jar | 12.0.2 |
| org.openjfx : javafx-fxml | jar | 12.0.2 |
| javax.xml.bind : jaxb-api | jar | 2.3.1 |
| org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
| org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jaxb : jaxb-runtime | jar | 2.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testfx : testfx-junit5 | jar | 4.0.16-alpha |
| org.junit.jupiter : junit-jupiter-api | jar | 5.4.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.4.1 |
| org.junit.platform : junit-platform-launcher | jar | 1.3.2 |