GroupId | GroupIdtech.mhuang |
---|---|
ArtifactId | ArtifactIdinterchan-core-common |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
interchan-core-common-1.4.3.pom | |
interchan-core-common-1.4.3.jar | 27 KB |
interchan-core-common-1.4.3-sources.jar | 17 KB |
interchan-core-common-1.4.3-javadoc.jar | 191 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.mhuang/interchan-core-common/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>interchan-core-common</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/interchan-core-common/
implementation 'tech.mhuang:interchan-core-common:1.4.3'
// https://jarcasting.com/artifacts/tech.mhuang/interchan-core-common/
implementation ("tech.mhuang:interchan-core-common:1.4.3")
'tech.mhuang:interchan-core-common:jar:1.4.3'
<dependency org="tech.mhuang" name="interchan-core-common" rev="1.4.3">
<artifact name="interchan-core-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='interchan-core-common', version='1.4.3')
)
libraryDependencies += "tech.mhuang" % "interchan-core-common" % "1.4.3"
[tech.mhuang/interchan-core-common "1.4.3"]