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