Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 484 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 484 Bytes

WINTER-IO

About

Here is the custom DI/IoC framework, implemented in order to dive into concepts of core functionality provided by the spring framework.

Getting Started

$ mvn -U clean install

Add dependency to your project:

<dependency>
    <groupId>com.leonovich.winter.io</groupId>
    <artifactId>winter-io</artifactId>
    <version>${winter.version}</version>
</dependency>

Latest Release

2022.04.01-SNAPSHOT