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