Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.bitbucket.5faces |
ArtifactId | ArtifactIdcommon-structure-client |
Version | Version1.0.55 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.bitbucket.5faces/common-structure-client/ -->
<dependency>
<groupId>io.bitbucket.5faces</groupId>
<artifactId>common-structure-client</artifactId>
<version>1.0.55</version>
</dependency>
// https://jarcasting.com/artifacts/io.bitbucket.5faces/common-structure-client/
implementation 'io.bitbucket.5faces:common-structure-client:1.0.55'
// https://jarcasting.com/artifacts/io.bitbucket.5faces/common-structure-client/
implementation ("io.bitbucket.5faces:common-structure-client:1.0.55")
'io.bitbucket.5faces:common-structure-client:jar:1.0.55'
<dependency org="io.bitbucket.5faces" name="common-structure-client" rev="1.0.55">
<artifact name="common-structure-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bitbucket.5faces', module='common-structure-client', version='1.0.55')
)
libraryDependencies += "io.bitbucket.5faces" % "common-structure-client" % "1.0.55"
[io.bitbucket.5faces/common-structure-client "1.0.55"]