Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.ontotext.s4 |
ArtifactId | ArtifactIds4-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
s4-client-1.0.1.pom | |
s4-client-1.0.1.jar | 25 KB |
s4-client-1.0.1-sources.jar | 21 KB |
s4-client-1.0.1-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ontotext.s4/s4-client/ -->
<dependency>
<groupId>com.ontotext.s4</groupId>
<artifactId>s4-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ontotext.s4/s4-client/
implementation 'com.ontotext.s4:s4-client:1.0.1'
// https://jarcasting.com/artifacts/com.ontotext.s4/s4-client/
implementation ("com.ontotext.s4:s4-client:1.0.1")
'com.ontotext.s4:s4-client:jar:1.0.1'
<dependency org="com.ontotext.s4" name="s4-client" rev="1.0.1">
<artifact name="s4-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ontotext.s4', module='s4-client', version='1.0.1')
)
libraryDependencies += "com.ontotext.s4" % "s4-client" % "1.0.1"
[com.ontotext.s4/s4-client "1.0.1"]