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