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