GroupId | GroupIdcom.github.hdy10 |
---|---|
ArtifactId | ArtifactIdboot-common |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
boot-common-1.0.2.pom | |
boot-common-1.0.2.jar | 82 KB |
boot-common-1.0.2-sources.jar | 47 KB |
boot-common-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hdy10/boot-common/
implementation 'com.github.hdy10:boot-common:1.0.2'
// https://jarcasting.com/artifacts/com.github.hdy10/boot-common/
implementation ("com.github.hdy10:boot-common:1.0.2")
'com.github.hdy10:boot-common:jar:1.0.2'
<dependency org="com.github.hdy10" name="boot-common" rev="1.0.2">
<artifact name="boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hdy10', module='boot-common', version='1.0.2')
)
libraryDependencies += "com.github.hdy10" % "boot-common" % "1.0.2"
[com.github.hdy10/boot-common "1.0.2"]