com.garmin.GarminIntegrationJarApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of garmin-oauth Show documentation
Show all versions of garmin-oauth Show documentation
Package garmin license, new user license to app
The newest version!
//package com.garmin;
//
//import org.springframework.boot.SpringApplication;
//import org.springframework.boot.autoconfigure.SpringBootApplication;
//
//@SpringBootApplication
//public class GarminIntegrationJarApplication {
//
// public static void main(String[] args) {
// SpringApplication.run(GarminIntegrationJarApplication.class, args);
// }
//
//}