GroupId | GroupIdorg.springframework.mobile |
---|---|
ArtifactId | ArtifactIdspring-mobile-device |
Version | Version1.1.2.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.mobile/spring-mobile-device/ -->
<dependency>
<groupId>org.springframework.mobile</groupId>
<artifactId>spring-mobile-device</artifactId>
<version>1.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.mobile/spring-mobile-device/
implementation 'org.springframework.mobile:spring-mobile-device:1.1.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.mobile/spring-mobile-device/
implementation ("org.springframework.mobile:spring-mobile-device:1.1.2.RELEASE")
'org.springframework.mobile:spring-mobile-device:jar:1.1.2.RELEASE'
<dependency org="org.springframework.mobile" name="spring-mobile-device" rev="1.1.2.RELEASE">
<artifact name="spring-mobile-device" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.mobile', module='spring-mobile-device', version='1.1.2.RELEASE')
)
libraryDependencies += "org.springframework.mobile" % "spring-mobile-device" % "1.1.2.RELEASE"
[org.springframework.mobile/spring-mobile-device "1.1.2.RELEASE"]