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