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