GroupId | GroupIdcom.ontology2 |
---|---|
ArtifactId | ArtifactIdtelepath |
Version | Versiont20140207 |
Type | Typejar |
Filename | Size |
---|---|
telepath-t20140207.pom | |
telepath-t20140207.jar | 73 KB |
telepath-t20140207-sources.jar | 35 KB |
telepath-t20140207-job.jar | 11 MB |
telepath-t20140207-javadoc.jar | 320 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ontology2/telepath/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>telepath</artifactId>
<version>t20140207</version>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/telepath/
implementation 'com.ontology2:telepath:t20140207'
// https://jarcasting.com/artifacts/com.ontology2/telepath/
implementation ("com.ontology2:telepath:t20140207")
'com.ontology2:telepath:jar:t20140207'
<dependency org="com.ontology2" name="telepath" rev="t20140207">
<artifact name="telepath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='telepath', version='t20140207')
)
libraryDependencies += "com.ontology2" % "telepath" % "t20140207"
[com.ontology2/telepath "t20140207"]