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