Skip to content

flexicore-boot contains the bare necessity for plugin loading

License

Notifications You must be signed in to change notification settings

wizzdi/flexicore-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlexiCore Boot

CI/CD PipelineMaven Central

For comprehensive information about FlexiCore Boot please visit our site.

What it does?

BOM for all of FlexiCore's Boot projects

How to use?

Add the flexicore-boot-dependencies dependency using the latest version available from maven central:

             <dependencyManagement>
                <dependencies>
                    <dependency>
                    <!-- Import dependency management from FleiCore Boot -->
                        <groupId>com.wizzdi</groupId>
                        <artifactId>flexicore-boot-dependencies</artifactId>
                        <version>6.0.1</version> <!-- use latest version -->
                        <type>pom</type>
                        <scope>import</scope>
                    </dependency>
                </dependencies>
            </dependencyManagement>

Now Add dependencies without specifying versions.

<dependencies>        
    <dependency>
        <groupId>com.wizzdi</groupId>
        <artifactId>flexicore-boot</artifactId>
    </dependency>
</dependencies>

About

flexicore-boot contains the bare necessity for plugin loading

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published