MVN

com.ontology2 : telepath

Maven & Gradle

Feb 18, 2014
20 stars

telepath

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

Latest Version

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

  • Latest Stable: t20140218

All Versions

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

Version Vulnerabilities Updated
t20140218
telepath-t20140218
t20140213
telepath-t20140213
t20130213
telepath-t20130213
t20140207
telepath-t20140207
t20140108
telepath-t20140108

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.ontology2:telepath:t20140218'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement