GroupId | GroupIdcom.ontology2 |
---|---|
ArtifactId | ArtifactIdtelepathReports |
Version | Versiont20140213 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ontology2/telepathReports/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>telepathReports</artifactId>
<version>t20140213</version>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/telepathReports/
implementation 'com.ontology2:telepathReports:t20140213'
// https://jarcasting.com/artifacts/com.ontology2/telepathReports/
implementation ("com.ontology2:telepathReports:t20140213")
'com.ontology2:telepathReports:jar:t20140213'
<dependency org="com.ontology2" name="telepathReports" rev="t20140213">
<artifact name="telepathReports" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='telepathReports', version='t20140213')
)
libraryDependencies += "com.ontology2" % "telepathReports" % "t20140213"
[com.ontology2/telepathReports "t20140213"]