MVN

com.neko233 : neko233-toolchain

Maven & Gradle

Apr 23, 2023
0 stars

neko233-toolchain · neko233-toolchain is used to resolve common problem. and create some utils like use in SpringBoot / Ktor / ... 携带常用工具库 + 补充工具库(命名后缀: 233) 定位: 类似 Guava / Apache Commons. 同时还有 SpringBoot/Ktor Style Utils 同时, 将 SpringBoot 一些不错的机制(validation, AOP, 等), 也实现了一遍~ Bring elegance back to JVM ! ps: default support to JVM-1.8

<dependency>
    <groupId>com.neko233</groupId>
    <artifactId>neko233-toolchain</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.neko233 : neko233-toolchain to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.neko233 : neko233-toolchain to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
neko233-toolchain-1.1.2
neko233-toolchain-1.1.1
neko233-toolchain-1.1.0
1.0.x
neko233-toolchain-1.0.0
0.6.x
neko233-toolchain-0.6.2
neko233-toolchain-0.6.1
neko233-toolchain-0.6.0
0.5.x
neko233-toolchain-0.5.0
0.4.x
neko233-toolchain-0.4.1
neko233-toolchain-0.4.0
0.3.x
neko233-toolchain-0.3.2

How to add a dependency to Maven

Add the following com.neko233 : neko233-toolchain maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.neko233</groupId>
    <artifactId>neko233-toolchain</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.neko233 : neko233-toolchain gradle dependency to your build.gradle file:

implementation 'com.neko233:neko233-toolchain:1.1.2'

Gradle Kotlin DSL: Add the following com.neko233 : neko233-toolchain gradle kotlin dependency to your build.gradle.kts file:

implementation("com.neko233:neko233-toolchain:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.neko233 : neko233-toolchain sbt scala dependency to your build.sbt file:

libraryDependencies += "com.neko233" % "neko233-toolchain" % "1.1.2"