GroupId | GroupIdio.github.hyq0719 |
---|---|
ArtifactId | ArtifactIdmarketing-api-common |
Version | Version1.0.0-beta.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.hyq0719/marketing-api-common/ -->
<dependency>
<groupId>io.github.hyq0719</groupId>
<artifactId>marketing-api-common</artifactId>
<version>1.0.0-beta.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hyq0719/marketing-api-common/
implementation 'io.github.hyq0719:marketing-api-common:1.0.0-beta.3'
// https://jarcasting.com/artifacts/io.github.hyq0719/marketing-api-common/
implementation ("io.github.hyq0719:marketing-api-common:1.0.0-beta.3")
'io.github.hyq0719:marketing-api-common:jar:1.0.0-beta.3'
<dependency org="io.github.hyq0719" name="marketing-api-common" rev="1.0.0-beta.3">
<artifact name="marketing-api-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hyq0719', module='marketing-api-common', version='1.0.0-beta.3')
)
libraryDependencies += "io.github.hyq0719" % "marketing-api-common" % "1.0.0-beta.3"
[io.github.hyq0719/marketing-api-common "1.0.0-beta.3"]