GroupId | GroupIdca.bc.gov.open.cpf.plugins |
---|---|
ArtifactId | ArtifactIdmap-tile |
Version | Version5.0.5-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
map-tile-5.0.5-RELEASE.pom | |
map-tile-5.0.5-RELEASE.jar | 7 KB |
map-tile-5.0.5-RELEASE-sources.jar | 5 KB |
map-tile-5.0.5-RELEASE-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/map-tile/ -->
<dependency>
<groupId>ca.bc.gov.open.cpf.plugins</groupId>
<artifactId>map-tile</artifactId>
<version>5.0.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/map-tile/
implementation 'ca.bc.gov.open.cpf.plugins:map-tile:5.0.5-RELEASE'
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/map-tile/
implementation ("ca.bc.gov.open.cpf.plugins:map-tile:5.0.5-RELEASE")
'ca.bc.gov.open.cpf.plugins:map-tile:jar:5.0.5-RELEASE'
<dependency org="ca.bc.gov.open.cpf.plugins" name="map-tile" rev="5.0.5-RELEASE">
<artifact name="map-tile" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.bc.gov.open.cpf.plugins', module='map-tile', version='5.0.5-RELEASE')
)
libraryDependencies += "ca.bc.gov.open.cpf.plugins" % "map-tile" % "5.0.5-RELEASE"
[ca.bc.gov.open.cpf.plugins/map-tile "5.0.5-RELEASE"]