GroupId | GroupIdcom.icthh.xm.commons |
---|---|
ArtifactId | ArtifactIdxm-commons-permission |
Version | Version2.1.27 |
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>2.1.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-permission/
implementation 'com.icthh.xm.commons:xm-commons-permission:2.1.27'
// https://jarcasting.com/artifacts/com.icthh.xm.commons/xm-commons-permission/
implementation ("com.icthh.xm.commons:xm-commons-permission:2.1.27")
'com.icthh.xm.commons:xm-commons-permission:jar:2.1.27'
<dependency org="com.icthh.xm.commons" name="xm-commons-permission" rev="2.1.27">
<artifact name="xm-commons-permission" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.commons', module='xm-commons-permission', version='2.1.27')
)
libraryDependencies += "com.icthh.xm.commons" % "xm-commons-permission" % "2.1.27"
[com.icthh.xm.commons/xm-commons-permission "2.1.27"]