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