GroupId | GroupIdcom.icthh.xm.lep |
---|---|
ArtifactId | ArtifactIdxm-lep-api |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
xm-lep-api-0.1.0.pom | |
xm-lep-api-0.1.0.jar | 26 KB |
xm-lep-api-0.1.0-sources.jar | 17 KB |
xm-lep-api-0.1.0-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.icthh.xm.lep/xm-lep-api/ -->
<dependency>
<groupId>com.icthh.xm.lep</groupId>
<artifactId>xm-lep-api</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.icthh.xm.lep/xm-lep-api/
implementation 'com.icthh.xm.lep:xm-lep-api:0.1.0'
// https://jarcasting.com/artifacts/com.icthh.xm.lep/xm-lep-api/
implementation ("com.icthh.xm.lep:xm-lep-api:0.1.0")
'com.icthh.xm.lep:xm-lep-api:jar:0.1.0'
<dependency org="com.icthh.xm.lep" name="xm-lep-api" rev="0.1.0">
<artifact name="xm-lep-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.icthh.xm.lep', module='xm-lep-api', version='0.1.0')
)
libraryDependencies += "com.icthh.xm.lep" % "xm-lep-api" % "0.1.0"
[com.icthh.xm.lep/xm-lep-api "0.1.0"]