GroupId | GroupIdcom.icthh.xm.commons |
---|---|
ArtifactId | ArtifactIdxm-commons-permission |
Version | Version1.2.11 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-permission/ -->
<dependency>
<groupId>com.icthh.xm.commons</groupId>
<artifactId>xm-commons-permission</artifactId>
<version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-permission/
implementation 'com.icthh.xm.commons:xm-commons-permission:1.2.11'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-permission/
implementation ("com.icthh.xm.commons:xm-commons-permission:1.2.11")
'com.icthh.xm.commons:xm-commons-permission:jar:1.2.11'
<dependency org="com.icthh.xm.commons" name="xm-commons-permission" rev="1.2.11">
<artifact name="xm-commons-permission" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-permission', version='1.2.11')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-permission" % "1.2.11"
[com.icthh.xm.commons/xm-commons-permission "1.2.11"]