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