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