Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 771 Bytes

File metadata and controls

23 lines (17 loc) · 771 Bytes

spring-core

Spring core package for spring projects

Maven build & Test

Importing project

Lien du repository Maven : FunixProductions - Core spring package

<parent>
    <groupId>com.funixproductions.core</groupId>
    <artifactId>funixproductions-core</artifactId>
    <version>1.2.7</version>
</parent>

<repository>
    <id>funixproductions-repository-releases</id>
    <name>FunixProductions Repository</name>
    <url>https://mvn.funixproductions.com/releases</url>
</repository>