| Категории |
КатегорииUnity Прикладные библиотеки Game Development |
|---|---|
| Группа | Группаorg.graphfoundation.ongdb.community |
| Идентификатор | Идентификаторit-test-support |
| Версия | Версия3.6.0.M2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| it-test-support-3.6.0.M2.pom | |
| it-test-support-3.6.0.M2.jar | 70 KB |
| it-test-support-3.6.0.M2-tests.jar | 15 KB |
| it-test-support-3.6.0.M2-sources.jar | 42 KB |
| it-test-support-3.6.0.M2-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.graphfoundation.ongdb.community/it-test-support/ -->
<dependency>
<groupId>org.graphfoundation.ongdb.community</groupId>
<artifactId>it-test-support</artifactId>
<version>3.6.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.community/it-test-support/
implementation 'org.graphfoundation.ongdb.community:it-test-support:3.6.0.M2'
// https://jarcasting.com/artifacts/org.graphfoundation.ongdb.community/it-test-support/
implementation ("org.graphfoundation.ongdb.community:it-test-support:3.6.0.M2")
'org.graphfoundation.ongdb.community:it-test-support:jar:3.6.0.M2'
<dependency org="org.graphfoundation.ongdb.community" name="it-test-support" rev="3.6.0.M2">
<artifact name="it-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphfoundation.ongdb.community', module='it-test-support', version='3.6.0.M2')
)
libraryDependencies += "org.graphfoundation.ongdb.community" % "it-test-support" % "3.6.0.M2"
[org.graphfoundation.ongdb.community/it-test-support "3.6.0.M2"]