Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.sanctionco.thunder |
ArtifactId | ArtifactIdclient |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
client-2.1.0.pom | |
client-2.1.0.jar | 4 KB |
client-2.1.0-sources.jar | 4 KB |
client-2.1.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sanctionco.thunder/client/ -->
<dependency>
<groupId>com.sanctionco.thunder</groupId>
<artifactId>client</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sanctionco.thunder/client/
implementation 'com.sanctionco.thunder:client:2.1.0'
// https://jarcasting.com/artifacts/com.sanctionco.thunder/client/
implementation ("com.sanctionco.thunder:client:2.1.0")
'com.sanctionco.thunder:client:jar:2.1.0'
<dependency org="com.sanctionco.thunder" name="client" rev="2.1.0">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sanctionco.thunder', module='client', version='2.1.0')
)
libraryDependencies += "com.sanctionco.thunder" % "client" % "2.1.0"
[com.sanctionco.thunder/client "2.1.0"]