| Группа | Группаcom.github.yiuman |
|---|---|
| Идентификатор | Идентификаторcitrus-support |
| Версия | Версия0.1.0.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| citrus-support-0.1.0.RELEASE.pom | |
| citrus-support-0.1.0.RELEASE.jar | 150 KB |
| citrus-support-0.1.0.RELEASE-sources.jar | 86 KB |
| citrus-support-0.1.0.RELEASE-javadoc.jar | 660 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.yiuman/citrus-support/ -->
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-support</artifactId>
<version>0.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-support/
implementation 'com.github.yiuman:citrus-support:0.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-support/
implementation ("com.github.yiuman:citrus-support:0.1.0.RELEASE")
'com.github.yiuman:citrus-support:jar:0.1.0.RELEASE'
<dependency org="com.github.yiuman" name="citrus-support" rev="0.1.0.RELEASE">
<artifact name="citrus-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yiuman', module='citrus-support', version='0.1.0.RELEASE')
)
libraryDependencies += "com.github.yiuman" % "citrus-support" % "0.1.0.RELEASE"
[com.github.yiuman/citrus-support "0.1.0.RELEASE"]