MVN

com.github.keenon : lense

Maven & Gradle

May 25, 2016
2 stars

lense · A research framework for real-time learning from humans

<dependency>
    <groupId>com.github.keenon</groupId>
    <artifactId>lense</artifactId>
    <version>1.2.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.keenon : lense to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.17

All Versions

Choose a version of com.github.keenon : lense to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
lense-1.2.17
lense-1.2.16
lense-1.2.15
lense-1.2.14
lense-1.2.13
lense-1.2.12
lense-1.2.11
lense-1.2.10
lense-1.2.9
lense-1.2.8
lense-1.2.7
lense-1.2.6
lense-1.2.5
lense-1.2.4
lense-1.2.3
lense-1.2.2
lense-1.2.1
lense-1.2.0
1.1
lense-1.1
1.0.x
lense-1.0.1
1.0
lense-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.keenon</groupId>
    <artifactId>lense</artifactId>
    <version>1.2.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.keenon : lense gradle dependency to your build.gradle file:

implementation 'com.github.keenon:lense:1.2.17'

Gradle Kotlin DSL: Add the following com.github.keenon : lense gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.keenon:lense:1.2.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.keenon : lense sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.keenon" % "lense" % "1.2.17"

Advertisement