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