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