Skip to content
@Project-Smoodi

Project Smoodi

The framework

You can switch branches to view documents in different languages.

Korean Docs | English Docs


Docs Website


Smoodi Banner

Project Smoodi - The Framework

by Daybreak312


What is Smoodi?

Smoodi is a Java enterprise-based framework for building web application servers.

It provides the foundational infrastructure needed to run applications, enabling developers to focus solely on business logic.

Smoodi aims to deliver a streamlined and highly productive development environment.


Getting Started

Smoodi is distributed via Maven Central.

Add the Maven Central repository to your repositories block.

Most Java (JVM) projects, including Smoodi, are distributed via Maven Central.

IDE-created projects often include this configuration by default.


To add Smoodi to your project, include the following dependency in your dependencies block.

Replace version with the desired Smoodi version.


Groovy - Gradle (build.gradle)

repositories {
    mavenCentral()
}

dependencies {
  implementation 'org.smoodi.web:smoodi-web:version'
}

Kotlin DSL - Gradle (build.gradle.kts)

repositories {
    mavenCentral()
}

dependencies {
  implementation("org.smoodi.web:smoodi-web:version")
}

Pinned Loading

  1. Smoodi-Web Smoodi-Web Public

    Java

  2. Smoodi-Core Smoodi-Core Public

    The core framework of Smoodi

    Java 2

Repositories

Showing 6 of 6 repositories
  • Project-Smoodi.github.io Public

    The docs

    Project-Smoodi/Project-Smoodi.github.io's past year of commit activity
    JavaScript 0 0 0 0 Updated Sep 12, 2025
  • .github Public
    Project-Smoodi/.github's past year of commit activity
    0 0 0 0 Updated Sep 12, 2025
  • Smoodi-Web Public
    Project-Smoodi/Smoodi-Web's past year of commit activity
    Java 0 Apache-2.0 0 0 0 Updated Sep 7, 2025
  • Smoodi-Core Public

    The core framework of Smoodi

    Project-Smoodi/Smoodi-Core's past year of commit activity
    Java 2 Apache-2.0 0 0 0 Updated Sep 6, 2025
  • Docs-Annotations Public

    The annotation set library for documentation

    Project-Smoodi/Docs-Annotations's past year of commit activity
    Java 0 Apache-2.0 0 0 0 Updated Sep 4, 2025
  • Physalus Public

    A WAS engine built for the Smoodi-Web.

    Project-Smoodi/Physalus's past year of commit activity
    Java 0 Apache-2.0 0 0 0 Updated Sep 4, 2025

Top languages

Loading…

Most used topics

Loading…