GroupId | GroupIdcom.gitee.sherlockholmnes |
---|---|
ArtifactId | ArtifactIdgoge-core |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
goge-core-0.1.4.pom | |
goge-core-0.1.4.jar | 21 KB |
goge-core-0.1.4-sources.jar | 13 KB |
goge-core-0.1.4-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-core/ -->
<dependency>
<groupId>com.gitee.sherlockholmnes</groupId>
<artifactId>goge-core</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-core/
implementation 'com.gitee.sherlockholmnes:goge-core:0.1.4'
// https://jarcasting.com/artifacts/com.gitee.sherlockholmnes/goge-core/
implementation ("com.gitee.sherlockholmnes:goge-core:0.1.4")
'com.gitee.sherlockholmnes:goge-core:jar:0.1.4'
<dependency org="com.gitee.sherlockholmnes" name="goge-core" rev="0.1.4">
<artifact name="goge-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.sherlockholmnes', module='goge-core', version='0.1.4')
)
libraryDependencies += "com.gitee.sherlockholmnes" % "goge-core" % "0.1.4"
[com.gitee.sherlockholmnes/goge-core "0.1.4"]