javafx-weaver-springboot-sample

An opinionated view on how to add dependency injection to JavaFX

Лицензия

Лицензия

Категории

Категории

Сеть JavaFX Взаимодействие с пользователем
Группа

Группа

net.rgielen
Идентификатор

Идентификатор

javafx-weaver-springboot-sample
Последняя версия

Последняя версия

1.3.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

javafx-weaver-springboot-sample
An opinionated view on how to add dependency injection to JavaFX

Скачать javafx-weaver-springboot-sample

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.rgielen/javafx-weaver-springboot-sample/ -->
<dependency>
    <groupId>net.rgielen</groupId>
    <artifactId>javafx-weaver-springboot-sample</artifactId>
    <version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.rgielen/javafx-weaver-springboot-sample/
implementation 'net.rgielen:javafx-weaver-springboot-sample:1.3.0'
// https://jarcasting.com/artifacts/net.rgielen/javafx-weaver-springboot-sample/
implementation ("net.rgielen:javafx-weaver-springboot-sample:1.3.0")
'net.rgielen:javafx-weaver-springboot-sample:jar:1.3.0'
<dependency org="net.rgielen" name="javafx-weaver-springboot-sample" rev="1.3.0">
  <artifact name="javafx-weaver-springboot-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.rgielen', module='javafx-weaver-springboot-sample', version='1.3.0')
)
libraryDependencies += "net.rgielen" % "javafx-weaver-springboot-sample" % "1.3.0"
[net.rgielen/javafx-weaver-springboot-sample "1.3.0"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter jar
org.openjfx : javafx-controls jar 11.0.2
org.openjfx : javafx-fxml jar 11.0.2
net.rgielen : javafx-weaver-spring jar 1.3.0

runtime (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-devtools Необязательный jar

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar

Модули Проекта

Данный проект не имеет модулей.

Maven Central Build Status

JavaFX-Weaver

An opinionated view on how to do dependency injection and FXML view handling in JavaFX.

Complementary Blog Posts:

Features:

Getting Started

Spring Boot

Add the Spring Boot Starter dependency to your project and you are all set:

with Maven:

<dependency>
    <groupId>net.rgielen</groupId>
    <artifactId>javafx-weaver-spring-boot-starter</artifactId>
    <version>1.3.0</version>
</dependency>

with Gradle:

implementation 'net.rgielen:javafx-weaver-spring-boot-starter:1.3.0'

Manual Setup

Add javafx-weaver-core or `javafx-weaver-spring`as a dependency to your project.

with Maven:

<dependency>
    <groupId>net.rgielen</groupId>
    <artifactId>javafx-weaver-core</artifactId>
    <version>1.3.0</version>
</dependency>

with Gradle:

implementation 'javafx-weaver-spring-boot-starter:1.3.0'

Using FxWeaver

For now, refer to the JavaDocs and the Spring Boot based FxWeaver Sample and Feature Demo Project.

More documentation to come.

License

The project is licensed under Apache License V2.0.

Contributing

Feel free to open issues and pull requests on GitHub. This is a side project of mine, so please don’t expect enterprise grade support.

You can find me on Twitter as well: @rgielen

Версии библиотеки

Версия
1.3.0
1.2.0
1.1.0