GroupId | GroupIdcom.icthh.xm.commons |
---|---|
ArtifactId | ArtifactIdxm-commons-request |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
xm-commons-request-1.0.0.pom | |
xm-commons-request-1.0.0.jar | 8 KB |
xm-commons-request-1.0.0-sources.jar | 6 KB |
xm-commons-request-1.0.0-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-request/ -->
<dependency>
<groupId>com.icthh.xm.commons</groupId>
<artifactId>xm-commons-request</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-request/
implementation 'com.icthh.xm.commons:xm-commons-request:1.0.0'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-request/
implementation ("com.icthh.xm.commons:xm-commons-request:1.0.0")
'com.icthh.xm.commons:xm-commons-request:jar:1.0.0'
<dependency org="com.icthh.xm.commons" name="xm-commons-request" rev="1.0.0">
<artifact name="xm-commons-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-request', version='1.0.0')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-request" % "1.0.0"
[com.icthh.xm.commons/xm-commons-request "1.0.0"]