GroupId | GroupIdcom.github.xuchen93 |
---|---|
ArtifactId | ArtifactIdmodule-core |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
module-core-1.0.8.pom | |
module-core-1.0.8.jar | 17 KB |
module-core-1.0.8-sources.jar | 8 KB |
module-core-1.0.8-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xuchen93/module-core/ -->
<dependency>
<groupId>com.github.xuchen93</groupId>
<artifactId>module-core</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xuchen93/module-core/
implementation 'com.github.xuchen93:module-core:1.0.8'
// https://jarcasting.com/artifacts/com.github.xuchen93/module-core/
implementation ("com.github.xuchen93:module-core:1.0.8")
'com.github.xuchen93:module-core:jar:1.0.8'
<dependency org="com.github.xuchen93" name="module-core" rev="1.0.8">
<artifact name="module-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xuchen93', module='module-core', version='1.0.8')
)
libraryDependencies += "com.github.xuchen93" % "module-core" % "1.0.8"
[com.github.xuchen93/module-core "1.0.8"]