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