| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdcom.trasier |
| ArtifactId | ArtifactIdtrasier-client |
| Version | Version2.2.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| trasier-client-2.2.7.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.trasier/trasier-client/ -->
<dependency>
<groupId>com.trasier</groupId>
<artifactId>trasier-client</artifactId>
<version>2.2.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.trasier/trasier-client/
implementation 'com.trasier:trasier-client:2.2.7'
// https://jarcasting.com/artifacts/com.trasier/trasier-client/
implementation ("com.trasier:trasier-client:2.2.7")
'com.trasier:trasier-client:pom:2.2.7'
<dependency org="com.trasier" name="trasier-client" rev="2.2.7">
<artifact name="trasier-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.trasier', module='trasier-client', version='2.2.7')
)
libraryDependencies += "com.trasier" % "trasier-client" % "2.2.7"
[com.trasier/trasier-client "2.2.7"]