MVN

com.infradna.tool : bridge-method-annotation

Maven & Gradle

Nov 16, 2022
20 usages
24 stars

Bridge method injection annotations

<dependency>
    <groupId>com.infradna.tool</groupId>
    <artifactId>bridge-method-annotation</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.infradna.tool : bridge-method-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of com.infradna.tool : bridge-method-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
bridge-method-annotation-1.24
1.23
bridge-method-annotation-1.23
1.22
bridge-method-annotation-1.22
1.21
bridge-method-annotation-1.21
1.20
bridge-method-annotation-1.20
1.18
bridge-method-annotation-1.18
1.17
bridge-method-annotation-1.17
1.15
bridge-method-annotation-1.15
1.14
bridge-method-annotation-1.14
1.13
bridge-method-annotation-1.13
1.12
bridge-method-annotation-1.12
1.11
bridge-method-annotation-1.11
1.4
bridge-method-annotation-1.4
1.3
bridge-method-annotation-1.3
1.2
bridge-method-annotation-1.2

How to add a dependency to Maven

Add the following com.infradna.tool : bridge-method-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.infradna.tool</groupId>
    <artifactId>bridge-method-annotation</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.infradna.tool : bridge-method-annotation gradle dependency to your build.gradle file:

implementation 'com.infradna.tool:bridge-method-annotation:1.24'

Gradle Kotlin DSL: Add the following com.infradna.tool : bridge-method-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.infradna.tool:bridge-method-annotation:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.infradna.tool : bridge-method-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.infradna.tool" % "bridge-method-annotation" % "1.24"

Advertisement