| GroupId | GroupIdcom.sohu |
|---|---|
| ArtifactId | ArtifactIdidcenter |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| idcenter-1.0.pom | |
| idcenter-1.0.jar | 4 KB |
| idcenter-1.0-sources.jar | 3 KB |
| idcenter-1.0-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sohu/idcenter/ -->
<dependency>
<groupId>com.sohu</groupId>
<artifactId>idcenter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sohu/idcenter/
implementation 'com.sohu:idcenter:1.0'
// https://jarcasting.com/artifacts/com.sohu/idcenter/
implementation ("com.sohu:idcenter:1.0")
'com.sohu:idcenter:jar:1.0'
<dependency org="com.sohu" name="idcenter" rev="1.0">
<artifact name="idcenter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sohu', module='idcenter', version='1.0')
)
libraryDependencies += "com.sohu" % "idcenter" % "1.0"
[com.sohu/idcenter "1.0"]