Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.li2b2.facade |
ArtifactId | ArtifactIdli2b2-client |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
li2b2-client-0.6.pom | |
li2b2-client-0.6.jar | 35 KB |
li2b2-client-0.6-tests.jar | 11 KB |
li2b2-client-0.6-sources.jar | 25 KB |
li2b2-client-0.6-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.li2b2.facade/li2b2-client/ -->
<dependency>
<groupId>de.li2b2.facade</groupId>
<artifactId>li2b2-client</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.li2b2.facade/li2b2-client/
implementation 'de.li2b2.facade:li2b2-client:0.6'
// https://jarcasting.com/artifacts/de.li2b2.facade/li2b2-client/
implementation ("de.li2b2.facade:li2b2-client:0.6")
'de.li2b2.facade:li2b2-client:jar:0.6'
<dependency org="de.li2b2.facade" name="li2b2-client" rev="0.6">
<artifact name="li2b2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.li2b2.facade', module='li2b2-client', version='0.6')
)
libraryDependencies += "de.li2b2.facade" % "li2b2-client" % "0.6"
[de.li2b2.facade/li2b2-client "0.6"]