| GroupId | GroupIdcom.xdev-software |
|---|---|
| ArtifactId | ArtifactIdxdev-server-mobilekit |
| Version | Version3.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xdev-server-mobilekit-3.0.2.pom | |
| xdev-server-mobilekit-3.0.2.jar | 140 KB |
| xdev-server-mobilekit-3.0.2-sources.jar | 122 KB |
| xdev-server-mobilekit-3.0.2-javadoc.jar | 613 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xdev-software/xdev-server-mobilekit/ -->
<dependency>
<groupId>com.xdev-software</groupId>
<artifactId>xdev-server-mobilekit</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.xdev-software/xdev-server-mobilekit/
implementation 'com.xdev-software:xdev-server-mobilekit:3.0.2'
// https://jarcasting.com/artifacts/com.xdev-software/xdev-server-mobilekit/
implementation ("com.xdev-software:xdev-server-mobilekit:3.0.2")
'com.xdev-software:xdev-server-mobilekit:jar:3.0.2'
<dependency org="com.xdev-software" name="xdev-server-mobilekit" rev="3.0.2">
<artifact name="xdev-server-mobilekit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xdev-software', module='xdev-server-mobilekit', version='3.0.2')
)
libraryDependencies += "com.xdev-software" % "xdev-server-mobilekit" % "3.0.2"
[com.xdev-software/xdev-server-mobilekit "3.0.2"]