GroupId | GroupIdcom.github.seratch |
---|---|
ArtifactId | ArtifactIddeepl-jvm |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
deepl-jvm-0.1.2.pom | |
deepl-jvm-0.1.2.jar | 109 KB |
deepl-jvm-0.1.2-sources.jar | 34 KB |
deepl-jvm-0.1.2-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.seratch/deepl-jvm/ -->
<dependency>
<groupId>com.github.seratch</groupId>
<artifactId>deepl-jvm</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seratch/deepl-jvm/
implementation 'com.github.seratch:deepl-jvm:0.1.2'
// https://jarcasting.com/artifacts/com.github.seratch/deepl-jvm/
implementation ("com.github.seratch:deepl-jvm:0.1.2")
'com.github.seratch:deepl-jvm:jar:0.1.2'
<dependency org="com.github.seratch" name="deepl-jvm" rev="0.1.2">
<artifact name="deepl-jvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seratch', module='deepl-jvm', version='0.1.2')
)
libraryDependencies += "com.github.seratch" % "deepl-jvm" % "0.1.2"
[com.github.seratch/deepl-jvm "0.1.2"]