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