| Группа | Группаcom.ontology2 |
|---|---|
| Идентификатор | Идентификаторtelepath-parent |
| Версия | Версияt20140108 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| telepath-parent-t20140108.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ontology2/telepath-parent/ -->
<dependency>
<groupId>com.ontology2</groupId>
<artifactId>telepath-parent</artifactId>
<version>t20140108</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ontology2/telepath-parent/
implementation 'com.ontology2:telepath-parent:t20140108'
// https://jarcasting.com/artifacts/com.ontology2/telepath-parent/
implementation ("com.ontology2:telepath-parent:t20140108")
'com.ontology2:telepath-parent:pom:t20140108'
<dependency org="com.ontology2" name="telepath-parent" rev="t20140108">
<artifact name="telepath-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ontology2', module='telepath-parent', version='t20140108')
)
libraryDependencies += "com.ontology2" % "telepath-parent" % "t20140108"
[com.ontology2/telepath-parent "t20140108"]