| Категории |
КатегорииJUnit Тестирование компонентов Geo Прикладные библиотеки Geospatial |
|---|---|
| Группа | Группаorg.apache.geode |
| Идентификатор | Идентификаторgeode-junit |
| Версия | Версия1.0.0-incubating |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| geode-junit-1.0.0-incubating.pom | |
| geode-junit-1.0.0-incubating.jar | 53 KB |
| geode-junit-1.0.0-incubating-sources.jar | 52 KB |
| geode-junit-1.0.0-incubating-javadoc.jar | 162 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.geode/geode-junit/ -->
<dependency>
<groupId>org.apache.geode</groupId>
<artifactId>geode-junit</artifactId>
<version>1.0.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.geode/geode-junit/
implementation 'org.apache.geode:geode-junit:1.0.0-incubating'
// https://jarcasting.com/artifacts/org.apache.geode/geode-junit/
implementation ("org.apache.geode:geode-junit:1.0.0-incubating")
'org.apache.geode:geode-junit:jar:1.0.0-incubating'
<dependency org="org.apache.geode" name="geode-junit" rev="1.0.0-incubating">
<artifact name="geode-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.geode', module='geode-junit', version='1.0.0-incubating')
)
libraryDependencies += "org.apache.geode" % "geode-junit" % "1.0.0-incubating"
[org.apache.geode/geode-junit "1.0.0-incubating"]