Yildiz-Engine Module Webapp

Project to hold the parent pom for all children projects.

Лицензия

Лицензия

Группа

Группа

be.yildiz-games
Идентификатор

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

module-webapp
Последняя версия

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

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Yildiz-Engine Module Webapp
Project to hold the parent pom for all children projects.

Скачать module-webapp

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

<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-webapp/ -->
<dependency>
    <groupId>be.yildiz-games</groupId>
    <artifactId>module-webapp</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-webapp/
implementation 'be.yildiz-games:module-webapp:1.0.2'
// https://jarcasting.com/artifacts/be.yildiz-games/module-webapp/
implementation ("be.yildiz-games:module-webapp:1.0.2")
'be.yildiz-games:module-webapp:jar:1.0.2'
<dependency org="be.yildiz-games" name="module-webapp" rev="1.0.2">
  <artifact name="module-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-webapp', version='1.0.2')
)
libraryDependencies += "be.yildiz-games" % "module-webapp" % "1.0.2"
[be.yildiz-games/module-webapp "1.0.2"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar 2.4.5
com.fasterxml.jackson.core : jackson-annotations jar 2.12.3
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.12.3
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.12.3
com.fasterxml.jackson.core : jackson-databind jar 2.12.3
com.fasterxml.jackson.module : jackson-module-parameter-names jar 2.12.3

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

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

The whole project

This is part of the Yildiz-Engine project, a set of modules handling the different parts of a video game, or multimedia application creation. The project is built around the java language, every module expose a neat API to do anything related to its responsabilities.

This module

This module is mostly used for build configuration, it contains only the Maven POM parent to all other modules where all the Maven plugins configuration and versions are stored.

Informations

Build

To build this pom you will need

Contribution guidelines

Who do I talk to?

  • Repository owner: Grégory Van den Borre

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

Версия
1.0.2
1.0.1
1.0.0