MVN

com.neko233 : neko233-utils-all

Maven & Gradle

Jan 19, 2023
1 stars

neko233-utils-all · neko233-utils-all is used to resolve common problem. 用于解决常见问题. 开箱即用的一些工具包、依赖.

<dependency>
    <groupId>com.neko233</groupId>
    <artifactId>neko233-utils-all</artifactId>
    <version>0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.3.2

All Versions

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

Version Vulnerabilities Updated
0.3.x
neko233-utils-all-0.3.2
neko233-utils-all-0.3.1
neko233-utils-all-0.3.0
0.2.x
neko233-utils-all-0.2.0
0.1.x
neko233-utils-all-0.1.7
neko233-utils-all-0.1.6
neko233-utils-all-0.1.5
neko233-utils-all-0.1.4
neko233-utils-all-0.1.3
neko233-utils-all-0.1.2
neko233-utils-all-0.1.1
0.0.x
neko233-utils-all-0.0.14
neko233-utils-all-0.0.13
neko233-utils-all-0.0.12
neko233-utils-all-0.0.11
neko233-utils-all-0.0.9
neko233-utils-all-0.0.8
neko233-utils-all-0.0.7
neko233-utils-all-0.0.6
neko233-utils-all-0.0.5
neko233-utils-all-0.0.4
neko233-utils-all-0.0.3
neko233-utils-all-0.0.2
neko233-utils-all-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.neko233</groupId>
    <artifactId>neko233-utils-all</artifactId>
    <version>0.3.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.neko233:neko233-utils-all:0.3.2'

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

implementation("com.neko233:neko233-utils-all:0.3.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.neko233" % "neko233-utils-all" % "0.3.2"