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