| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаcom.github.pheymann |
| Идентификатор | Идентификаторtypedapi-http4s-client_2.11 |
| Версия | Версия0.1.0-RC3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.pheymann/typedapi-http4s-client_2.11/ -->
<dependency>
<groupId>com.github.pheymann</groupId>
<artifactId>typedapi-http4s-client_2.11</artifactId>
<version>0.1.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pheymann/typedapi-http4s-client_2.11/
implementation 'com.github.pheymann:typedapi-http4s-client_2.11:0.1.0-RC3'
// https://jarcasting.com/artifacts/com.github.pheymann/typedapi-http4s-client_2.11/
implementation ("com.github.pheymann:typedapi-http4s-client_2.11:0.1.0-RC3")
'com.github.pheymann:typedapi-http4s-client_2.11:jar:0.1.0-RC3'
<dependency org="com.github.pheymann" name="typedapi-http4s-client_2.11" rev="0.1.0-RC3">
<artifact name="typedapi-http4s-client_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pheymann', module='typedapi-http4s-client_2.11', version='0.1.0-RC3')
)
libraryDependencies += "com.github.pheymann" % "typedapi-http4s-client_2.11" % "0.1.0-RC3"
[com.github.pheymann/typedapi-http4s-client_2.11 "0.1.0-RC3"]