MVN

com.zusmart : zusmart-inject

Maven & Gradle

Mar 25, 2019
1 usages

zusmart-inject · 依赖注入,拦截器,插件机制,条件注解,属性管理器

<dependency>
    <groupId>com.zusmart</groupId>
    <artifactId>zusmart-inject</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zusmart : zusmart-inject to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.zusmart : zusmart-inject to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
zusmart-inject-0.0.3
zusmart-inject-0.0.2
zusmart-inject-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zusmart</groupId>
    <artifactId>zusmart-inject</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.zusmart:zusmart-inject:0.0.3'

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

implementation("com.zusmart:zusmart-inject:0.0.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.zusmart" % "zusmart-inject" % "0.0.3"

Advertisement