Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.sematext |
ArtifactId | ArtifactIdSematextCloudClient |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
SematextCloudClient-0.1.3.pom | |
SematextCloudClient-0.1.3.jar | 393 KB |
SematextCloudClient-0.1.3-tests.jar | 14 KB |
SematextCloudClient-0.1.3-sources.jar | 113 KB |
SematextCloudClient-0.1.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sematext/SematextCloudClient/ -->
<dependency>
<groupId>com.sematext</groupId>
<artifactId>SematextCloudClient</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sematext/SematextCloudClient/
implementation 'com.sematext:SematextCloudClient:0.1.3'
// https://jarcasting.com/artifacts/com.sematext/SematextCloudClient/
implementation ("com.sematext:SematextCloudClient:0.1.3")
'com.sematext:SematextCloudClient:jar:0.1.3'
<dependency org="com.sematext" name="SematextCloudClient" rev="0.1.3">
<artifact name="SematextCloudClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sematext', module='SematextCloudClient', version='0.1.3')
)
libraryDependencies += "com.sematext" % "SematextCloudClient" % "0.1.3"
[com.sematext/SematextCloudClient "0.1.3"]