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