Yildiz-Engine Module Webapp

Project to hold the parent pom for all children projects.

License

License

GroupId

GroupId

be.yildiz-games
ArtifactId

ArtifactId

module-webapp
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download module-webapp

How to add to project

<!-- 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"]

Dependencies

compile (6)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.2
1.0.1
1.0.0