Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdru.systemate |
ArtifactId | ArtifactIdmorpholog-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
morpholog-client-1.0.0.pom | |
morpholog-client-1.0.0.jar | 20 KB |
morpholog-client-1.0.0-sources.jar | 6 KB |
morpholog-client-1.0.0-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.systemate/morpholog-client/ -->
<dependency>
<groupId>ru.systemate</groupId>
<artifactId>morpholog-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ru.systemate/morpholog-client/
implementation 'ru.systemate:morpholog-client:1.0.0'
// https://jarcasting.com/artifacts/ru.systemate/morpholog-client/
implementation ("ru.systemate:morpholog-client:1.0.0")
'ru.systemate:morpholog-client:jar:1.0.0'
<dependency org="ru.systemate" name="morpholog-client" rev="1.0.0">
<artifact name="morpholog-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.systemate', module='morpholog-client', version='1.0.0')
)
libraryDependencies += "ru.systemate" % "morpholog-client" % "1.0.0"
[ru.systemate/morpholog-client "1.0.0"]