is not current version
Last Version 1.1.5.RELEASE

org.springframework.mobile:spring-mobile-device 1.0.2.RELEASE

Spring Mobile Device Resolution Support

GroupId

GroupId

org.springframework.mobile
ArtifactId

ArtifactId

spring-mobile-device
Version

Version

1.0.2.RELEASE
Type

Type

jar

Download spring-mobile-device 1.0.2.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.mobile/spring-mobile-device/ -->
<dependency>
    <groupId>org.springframework.mobile</groupId>
    <artifactId>spring-mobile-device</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.mobile/spring-mobile-device/
implementation 'org.springframework.mobile:spring-mobile-device:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.mobile/spring-mobile-device/
implementation ("org.springframework.mobile:spring-mobile-device:1.0.2.RELEASE")
'org.springframework.mobile:spring-mobile-device:jar:1.0.2.RELEASE'
<dependency org="org.springframework.mobile" name="spring-mobile-device" rev="1.0.2.RELEASE">
  <artifact name="spring-mobile-device" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.mobile', module='spring-mobile-device', version='1.0.2.RELEASE')
)
libraryDependencies += "org.springframework.mobile" % "spring-mobile-device" % "1.0.2.RELEASE"
[org.springframework.mobile/spring-mobile-device "1.0.2.RELEASE"]