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