MVN

io.github.dilldong : webmind-framework

Maven & Gradle

Aug 19, 2023
3 stars

Webmind Framework · Webmind is a lightweight web service framework that integrates with SpringFramework. Realize the embedded startup of Tomcat, which is easy to use, occupies less memory, responds quickly, and has stable service. Suitable for Java microservices and web projects.

<dependency>
    <groupId>io.github.dilldong</groupId>
    <artifactId>webmind-framework</artifactId>
    <version>4.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dilldong : webmind-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.4

All Versions

Choose a version of io.github.dilldong : webmind-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
webmind-framework-4.5.4
webmind-framework-4.5.3
webmind-framework-4.5.2
webmind-framework-4.5.1
webmind-framework-4.5.0
4.4.x
webmind-framework-4.4.3
webmind-framework-4.4.2
webmind-framework-4.4.1
webmind-framework-4.4.0
4.3.x
webmind-framework-4.3.1.RELEASE
webmind-framework-4.3.0
4.2.x
webmind-framework-4.2.6.RELEASE
webmind-framework-4.2.5
webmind-framework-4.2.4
webmind-framework-4.2.3
webmind-framework-4.2.2
webmind-framework-4.2.1
webmind-framework-4.2.0
4.1.x
webmind-framework-4.1.3
webmind-framework-4.1.2
webmind-framework-4.1.1
webmind-framework-4.1.0
4.0.x
webmind-framework-4.0.2
webmind-framework-4.0.1
webmind-framework-4.0.0
3.0.x
webmind-framework-3.0.4
webmind-framework-3.0.3
webmind-framework-3.0.2
webmind-framework-3.0.1

How to add a dependency to Maven

Add the following io.github.dilldong : webmind-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dilldong</groupId>
    <artifactId>webmind-framework</artifactId>
    <version>4.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dilldong : webmind-framework gradle dependency to your build.gradle file:

implementation 'io.github.dilldong:webmind-framework:4.5.4'

Gradle Kotlin DSL: Add the following io.github.dilldong : webmind-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dilldong:webmind-framework:4.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dilldong : webmind-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dilldong" % "webmind-framework" % "4.5.4"

Advertisement