mvvmFX Spring Boot

This module contains extensions to use mvvmFX with Spring-Boot

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

de.saxsys
Идентификатор

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

mvvmfx-spring-boot
Последняя версия

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

1.8.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

mvvmFX Spring Boot
This module contains extensions to use mvvmFX with Spring-Boot
Организация-разработчик

Организация-разработчик

Saxonia Systems AG

Скачать mvvmfx-spring-boot

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

<!-- https://jarcasting.com/artifacts/de.saxsys/mvvmfx-spring-boot/ -->
<dependency>
    <groupId>de.saxsys</groupId>
    <artifactId>mvvmfx-spring-boot</artifactId>
    <version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.saxsys/mvvmfx-spring-boot/
implementation 'de.saxsys:mvvmfx-spring-boot:1.8.0'
// https://jarcasting.com/artifacts/de.saxsys/mvvmfx-spring-boot/
implementation ("de.saxsys:mvvmfx-spring-boot:1.8.0")
'de.saxsys:mvvmfx-spring-boot:jar:1.8.0'
<dependency org="de.saxsys" name="mvvmfx-spring-boot" rev="1.8.0">
  <artifact name="mvvmfx-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.saxsys', module='mvvmfx-spring-boot', version='1.8.0')
)
libraryDependencies += "de.saxsys" % "mvvmfx-spring-boot" % "1.8.0"
[de.saxsys/mvvmfx-spring-boot "1.8.0"]

Зависимости

provided (3)

Идентификатор библиотеки Тип Версия
de.saxsys : mvvmfx jar 1.8.0
org.springframework : spring-context jar [5.0.0.RELEASE,)
org.springframework.boot : spring-boot jar [2.0.0.RELEASE,)

test (4)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.3.1
org.assertj : assertj-core jar 1.7.1
org.springframework.boot : spring-boot-starter jar 2.0.1.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 2.0.1.RELEASE

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

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

image

mvvmFX is an application framework which provides you necessary components to implement the MVVM pattern with JavaFX.

MVVM is the enhanced version of the Presentation Model pattern and was created by Microsoft engineers for WPF. JavaFX and WPF does have similarities like data binding and descriptive UI declaration (FXML/XAML). Because of this fact we adopted best practices of the development with the Microsoft technology and introduced new helpers to support the development of applications with JavaFX and MVVM.

Commercial Support Build Status

Howto

Maven dependency

Stable Release

This is the stable release that can be used in production.

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmfx</artifactId>
		<version>1.8.0</version>
</dependency>

Bugfix Development Snapshot

Here we make bug fixes for the current stable release.

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmfx</artifactId>
		<version>1.8.1-SNAPSHOT</version>
</dependency>

Development Snapshot

Here we develop new features. This release is unstable and shouldn't be used in production.

<dependency>
		<groupId>de.saxsys</groupId>
		<artifactId>mvvmfx</artifactId>
		<version>1.9.0-SNAPSHOT</version>
</dependency>

Snapshot repository

We use the Sonatype snapshot repository. Maybe you have to add this repository to your <repository> section of the pom.xml.

<repository>
		<id>sonatype-snapshots</id>
		<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
</repository>

Get Help

The best way to get help with mvvmFX is to either ask questions on StackOverflow using the tag "mvvmfx" or to use our Google Groups mailing list. Additionally you can create issues, report bugs and add feature requests on the issue tracker at github.

Links

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

Версия
1.8.0