MVN

com.github.hughwick : toolbox-bean

Maven & Gradle

Aug 16, 2023
2 usages
1 stars

toolbox 工具类实体类包

<dependency>
    <groupId>com.github.hughwick</groupId>
    <artifactId>toolbox-bean</artifactId>
    <version>2.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hughwick : toolbox-bean to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.1

All Versions

Choose a version of com.github.hughwick : toolbox-bean to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
toolbox-bean-2.6.1
toolbox-bean-2.6.0
2.5.x
toolbox-bean-2.5.15
toolbox-bean-2.5.14
toolbox-bean-2.5.13
toolbox-bean-2.5.12
toolbox-bean-2.5.11
toolbox-bean-2.5.10
toolbox-bean-2.5.9
toolbox-bean-2.5.8
toolbox-bean-2.5.7
toolbox-bean-2.5.6
toolbox-bean-2.5.5
toolbox-bean-2.5.4
toolbox-bean-2.5.3
toolbox-bean-2.5.2
toolbox-bean-2.5.1
toolbox-bean-2.5.0
2.4.x
toolbox-bean-2.4.10
toolbox-bean-2.4.9
toolbox-bean-2.4.8
toolbox-bean-2.4.7
toolbox-bean-2.4.6
toolbox-bean-2.4.5
toolbox-bean-2.4.4
toolbox-bean-2.4.3
toolbox-bean-2.4.2
toolbox-bean-2.4.1
toolbox-bean-2.4.0
2.3.x
toolbox-bean-2.3.13
toolbox-bean-2.3.12
toolbox-bean-2.3.11
toolbox-bean-2.3.10
toolbox-bean-2.3.9
toolbox-bean-2.3.8
toolbox-bean-2.3.7
toolbox-bean-2.3.6
toolbox-bean-2.3.5
toolbox-bean-2.3.4
toolbox-bean-2.3.3
toolbox-bean-2.3.2
toolbox-bean-2.3.1
toolbox-bean-2.3.0
2.2.x
toolbox-bean-2.2.4
toolbox-bean-2.2.3
toolbox-bean-2.2.2
toolbox-bean-2.2.1
toolbox-bean-2.2.0

How to add a dependency to Maven

Add the following com.github.hughwick : toolbox-bean maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hughwick</groupId>
    <artifactId>toolbox-bean</artifactId>
    <version>2.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hughwick : toolbox-bean gradle dependency to your build.gradle file:

implementation 'com.github.hughwick:toolbox-bean:2.6.1'

Gradle Kotlin DSL: Add the following com.github.hughwick : toolbox-bean gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hughwick:toolbox-bean:2.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hughwick : toolbox-bean sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hughwick" % "toolbox-bean" % "2.6.1"

Advertisement