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