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