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