MVN

org.shaneking.spring : org.shaneking.spring.demo.aop.ivd

Maven & Gradle

Jun 01, 2020
0 stars

Spring Aop Invalid Demo for ShaneKing · Spring Aop Invalid Demo For ShaneKing

<dependency>
    <groupId>org.shaneking.spring</groupId>
    <artifactId>org.shaneking.spring.demo.aop.ivd</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.shaneking.spring : org.shaneking.spring.demo.aop.ivd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of org.shaneking.spring : org.shaneking.spring.demo.aop.ivd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
org.shaneking.spring.demo.aop.ivd-0.3.1
org.shaneking.spring.demo.aop.ivd-0.3.0
0.2.x
org.shaneking.spring.demo.aop.ivd-0.2.5
org.shaneking.spring.demo.aop.ivd-0.2.4
org.shaneking.spring.demo.aop.ivd-0.2.3
org.shaneking.spring.demo.aop.ivd-0.2.2
org.shaneking.spring.demo.aop.ivd-0.2.1

How to add a dependency to Maven

Add the following org.shaneking.spring : org.shaneking.spring.demo.aop.ivd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.shaneking.spring</groupId>
    <artifactId>org.shaneking.spring.demo.aop.ivd</artifactId>
    <version>0.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.shaneking.spring : org.shaneking.spring.demo.aop.ivd gradle dependency to your build.gradle file:

implementation 'org.shaneking.spring:org.shaneking.spring.demo.aop.ivd:0.3.1'

Gradle Kotlin DSL: Add the following org.shaneking.spring : org.shaneking.spring.demo.aop.ivd gradle kotlin dependency to your build.gradle.kts file:

implementation("org.shaneking.spring:org.shaneking.spring.demo.aop.ivd:0.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.shaneking.spring : org.shaneking.spring.demo.aop.ivd sbt scala dependency to your build.sbt file:

libraryDependencies += "org.shaneking.spring" % "org.shaneking.spring.demo.aop.ivd" % "0.3.1"