License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Leaf Data Databases |
GroupId | GroupIdli.rudin.mavenjs |
ArtifactId | ArtifactIdleaflet |
Last Version | Last Version0.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
leaflet-0.7.2.pom | |
leaflet-0.7.2.jar | 67 KB |
leaflet-0.7.2-sources.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/li.rudin.mavenjs/leaflet/ -->
<dependency>
<groupId>li.rudin.mavenjs</groupId>
<artifactId>leaflet</artifactId>
<version>0.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/li.rudin.mavenjs/leaflet/
implementation 'li.rudin.mavenjs:leaflet:0.7.2'
// https://jarcasting.com/artifacts/li.rudin.mavenjs/leaflet/
implementation ("li.rudin.mavenjs:leaflet:0.7.2")
'li.rudin.mavenjs:leaflet:jar:0.7.2'
<dependency org="li.rudin.mavenjs" name="leaflet" rev="0.7.2">
<artifact name="leaflet" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.rudin.mavenjs', module='leaflet', version='0.7.2')
)
libraryDependencies += "li.rudin.mavenjs" % "leaflet" % "0.7.2"
[li.rudin.mavenjs/leaflet "0.7.2"]