MVN

org.lrng.binding : dynamicanyref_2.11

Maven & Gradle

Jan 22, 2021
28 stars

dynamicanyref · dynamicanyref

<dependency>
    <groupId>org.lrng.binding</groupId>
    <artifactId>dynamicanyref_2.11</artifactId>
    <version>1.0.3+56-51cfb24a</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lrng.binding : dynamicanyref_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3+56-51cfb24a

All Versions

Choose a version of org.lrng.binding : dynamicanyref_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
dynamicanyref_2.11-1.0.3
dynamicanyref_2.11-1.0.3+56-51cfb24a
dynamicanyref_2.11-1.0.3+54-f98df93d
dynamicanyref_2.11-1.0.3+42-c77b105c
dynamicanyref_2.11-1.0.3+9-7d1ef722
dynamicanyref_2.11-1.0.3+8-71ec2406
dynamicanyref_2.11-1.0.3+6-55950506
dynamicanyref_2.11-1.0.3+4-342ee727
dynamicanyref_2.11-1.0.3+2-89945145
dynamicanyref_2.11-1.0.2+122-86ab9c2f
dynamicanyref_2.11-1.0.2+119-73849ac3
dynamicanyref_2.11-1.0.2+115-e1deda5f
dynamicanyref_2.11-1.0.2+98-d8a7f12d

How to add a dependency to Maven

Add the following org.lrng.binding : dynamicanyref_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lrng.binding</groupId>
    <artifactId>dynamicanyref_2.11</artifactId>
    <version>1.0.3+56-51cfb24a</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lrng.binding : dynamicanyref_2.11 gradle dependency to your build.gradle file:

implementation 'org.lrng.binding:dynamicanyref_2.11:1.0.3+56-51cfb24a'

Gradle Kotlin DSL: Add the following org.lrng.binding : dynamicanyref_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lrng.binding:dynamicanyref_2.11:1.0.3+56-51cfb24a")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lrng.binding : dynamicanyref_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lrng.binding" % "dynamicanyref_2.11" % "1.0.3+56-51cfb24a"

Advertisement