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