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