Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftmodules |
ArtifactId | ArtifactIdgoogle-maps_2.10 |
Version | Version2.5-RC2-0.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.liftmodules/google-maps_2.10/ -->
<dependency>
<groupId>net.liftmodules</groupId>
<artifactId>google-maps_2.10</artifactId>
<version>2.5-RC2-0.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftmodules/google-maps_2.10/
implementation 'net.liftmodules:google-maps_2.10:2.5-RC2-0.13'
// https://jarcasting.com/artifacts/net.liftmodules/google-maps_2.10/
implementation ("net.liftmodules:google-maps_2.10:2.5-RC2-0.13")
'net.liftmodules:google-maps_2.10:jar:2.5-RC2-0.13'
<dependency org="net.liftmodules" name="google-maps_2.10" rev="2.5-RC2-0.13">
<artifact name="google-maps_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftmodules', module='google-maps_2.10', version='2.5-RC2-0.13')
)
libraryDependencies += "net.liftmodules" % "google-maps_2.10" % "2.5-RC2-0.13"
[net.liftmodules/google-maps_2.10 "2.5-RC2-0.13"]