MVN

org.anyline : anyline-data

Maven & Gradle

Aug 26, 2023

anyline-data

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyline-data</artifactId>
    <version>8.6.5-jdk17-20230825</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anyline : anyline-data to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.6.5-jdk17-20230825

All Versions

Choose a version of org.anyline : anyline-data to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.6.x
anyline-data-8.6.5-jdk17-20230825
anyline-data-8.6.5-20230825
anyline-data-8.6.5-jdk17-20230818
anyline-data-8.6.5-20230818
anyline-data-8.6.5-jdk17-20230815
anyline-data-8.6.5-20230815
anyline-data-8.6.5-20230812
anyline-data-8.6.5-jdk17-20230812

How to add a dependency to Maven

Add the following org.anyline : anyline-data maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.anyline</groupId>
    <artifactId>anyline-data</artifactId>
    <version>8.6.5-jdk17-20230825</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.anyline : anyline-data gradle dependency to your build.gradle file:

implementation 'org.anyline:anyline-data:8.6.5-jdk17-20230825'

Gradle Kotlin DSL: Add the following org.anyline : anyline-data gradle kotlin dependency to your build.gradle.kts file:

implementation("org.anyline:anyline-data:8.6.5-jdk17-20230825")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.anyline : anyline-data sbt scala dependency to your build.sbt file:

libraryDependencies += "org.anyline" % "anyline-data" % "8.6.5-jdk17-20230825"

Advertisement