GroupId | GroupIdcom.ontology2 |
---|---|
ArtifactId | ArtifactIdtelepath-parent |
Version | Versiont20130213 |
Type | Typepom |
Filename | Size |
---|---|
telepath-parent-t20130213.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ontology2/telepath-parent/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>telepath-parent</artifactId>
<version>t20130213</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/telepath-parent/
implementation 'com.ontology2:telepath-parent:t20130213'
// https://jarcasting.com/artifacts/com.ontology2/telepath-parent/
implementation ("com.ontology2:telepath-parent:t20130213")
'com.ontology2:telepath-parent:pom:t20130213'
<dependency org="com.ontology2" name="telepath-parent" rev="t20130213">
<artifact name="telepath-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='telepath-parent', version='t20130213')
)
libraryDependencies += "com.ontology2" % "telepath-parent" % "t20130213"
[com.ontology2/telepath-parent "t20130213"]