MVN

com.ontology2 : telepathSql

Maven & Gradle

Feb 18, 2014

telepathSql

<dependency>
    <groupId>com.ontology2</groupId>
    <artifactId>telepathSql</artifactId>
    <version>t20140218</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ontology2 : telepathSql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: t20140218

All Versions

Choose a version of com.ontology2 : telepathSql to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
t20140218
telepathSql-t20140218
t20140213
telepathSql-t20140213
t20130213
telepathSql-t20130213
t20140207
telepathSql-t20140207

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ontology2</groupId>
    <artifactId>telepathSql</artifactId>
    <version>t20140218</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ontology2 : telepathSql gradle dependency to your build.gradle file:

implementation 'com.ontology2:telepathSql:t20140218'

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

implementation("com.ontology2:telepathSql:t20140218")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ontology2 : telepathSql sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ontology2" % "telepathSql" % "t20140218"

Advertisement