MVN

com.chargetrip : osm-legal-speed

Maven & Gradle

Mar 06, 2023
2 stars

com.chargetrip:osm-legal-speed · OSM Legal Speed is a Java SDK which help determine the legal max speed for most of the countries of the world, with respect to regional legal restrictions, based on OSM tags.

<dependency>
    <groupId>com.chargetrip</groupId>
    <artifactId>osm-legal-speed</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chargetrip : osm-legal-speed to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Release Candidate: 1.2.1-rc.1

All Versions

Choose a version of com.chargetrip : osm-legal-speed to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
osm-legal-speed-1.2.1-rc.1
osm-legal-speed-1.2.0
osm-legal-speed-1.2.0-rc.1
1.1.x
osm-legal-speed-1.1.0
osm-legal-speed-1.1.0-rc.4
osm-legal-speed-1.1.0-rc.3
osm-legal-speed-1.1.0-rc.2
osm-legal-speed-1.1.0-rc.1
1.0.x
osm-legal-speed-1.0.2
osm-legal-speed-1.0.2-rc.2
osm-legal-speed-1.0.2-rc.1
osm-legal-speed-1.0.1
osm-legal-speed-1.0.1-rc.6
osm-legal-speed-1.0.1-rc.5
osm-legal-speed-1.0.0

How to add a dependency to Maven

Add the following com.chargetrip : osm-legal-speed maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.chargetrip</groupId>
    <artifactId>osm-legal-speed</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chargetrip : osm-legal-speed gradle dependency to your build.gradle file:

implementation 'com.chargetrip:osm-legal-speed:1.2.0'

Gradle Kotlin DSL: Add the following com.chargetrip : osm-legal-speed gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chargetrip:osm-legal-speed:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chargetrip : osm-legal-speed sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chargetrip" % "osm-legal-speed" % "1.2.0"

Advertisement