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