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