MVN

com.bestvike : linq

Maven & Gradle

Feb 01, 2021
182 stars

linq · LINQ to Objects for Java.

<dependency>
    <groupId>com.bestvike</groupId>
    <artifactId>linq</artifactId>
    <version>5.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bestvike : linq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of com.bestvike : linq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.0.x
linq-5.0.0
3.1.x
linq-3.1.0
3.0.x
linq-3.0.0
2.0.x
linq-2.0.1
linq-2.0.0
1.0.x
linq-1.0.1
linq-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bestvike</groupId>
    <artifactId>linq</artifactId>
    <version>5.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bestvike : linq gradle dependency to your build.gradle file:

implementation 'com.bestvike:linq:5.0.0'

Gradle Kotlin DSL: Add the following com.bestvike : linq gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bestvike:linq:5.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bestvike : linq sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bestvike" % "linq" % "5.0.0"

Advertisement