MVN

com.github.230093521 : smartlib

Maven & Gradle

Jun 07, 2021
0 stars

smartlib · 方便快捷的智慧工具,帮助程序员进行快速开发

<dependency>
    <groupId>com.github.230093521</groupId>
    <artifactId>smartlib</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.230093521 : smartlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of com.github.230093521 : smartlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
smartlib-1.3.5
smartlib-1.3.4
smartlib-1.3.3
smartlib-1.3.2
smartlib-1.3.1
smartlib-1.3.0
1.2.x
smartlib-1.2.0
1.1.x
smartlib-1.1.9
smartlib-1.1.8
smartlib-1.1.7
smartlib-1.1.6
smartlib-1.1.5
smartlib-1.1.4
smartlib-1.1.3
smartlib-1.1.2
smartlib-1.1.1
smartlib-1.1.0
1.0.x
smartlib-1.0.0
1.0
smartlib-1.0

How to add a dependency to Maven

Add the following com.github.230093521 : smartlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.230093521</groupId>
    <artifactId>smartlib</artifactId>
    <version>1.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.230093521 : smartlib gradle dependency to your build.gradle file:

implementation 'com.github.230093521:smartlib:1.3.5'

Gradle Kotlin DSL: Add the following com.github.230093521 : smartlib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.230093521:smartlib:1.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.230093521 : smartlib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.230093521" % "smartlib" % "1.3.5"

Advertisement