GroupId | GroupIdcom.github.hdy10 |
---|---|
ArtifactId | ArtifactIdboot-common |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
boot-common-1.0.6.pom | |
boot-common-1.0.6.jar | 84 KB |
boot-common-1.0.6-sources.jar | 54 KB |
boot-common-1.0.6-javadoc.jar | 262 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hdy10/boot-common/ -->
<dependency>
<groupId>com.github.hdy10</groupId>
<artifactId>boot-common</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hdy10/boot-common/
implementation 'com.github.hdy10:boot-common:1.0.6'
// https://jarcasting.com/artifacts/com.github.hdy10/boot-common/
implementation ("com.github.hdy10:boot-common:1.0.6")
'com.github.hdy10:boot-common:jar:1.0.6'
<dependency org="com.github.hdy10" name="boot-common" rev="1.0.6">
<artifact name="boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hdy10', module='boot-common', version='1.0.6')
)
libraryDependencies += "com.github.hdy10" % "boot-common" % "1.0.6"
[com.github.hdy10/boot-common "1.0.6"]