| License |
License |
|---|---|
| Categories |
CategoriesNet ORM Data |
| GroupId | GroupIdnet.gplatform |
| ArtifactId | ArtifactIdSdk4J |
| Last Version | Last Version2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSdk4J
Sdk4J from http://wiki.open.qq.com/wiki/website/SDK%E4%B8%8B%E8%BD%BD
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Sdk4J-2.0.pom | |
| Sdk4J-2.0.jar | 1 MB |
| Sdk4J-2.0-sources.jar | 1 MB |
| Sdk4J-2.0-javadoc.jar | 359 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.gplatform/Sdk4J/ -->
<dependency>
<groupId>net.gplatform</groupId>
<artifactId>Sdk4J</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.gplatform/Sdk4J/
implementation 'net.gplatform:Sdk4J:2.0'
// https://jarcasting.com/artifacts/net.gplatform/Sdk4J/
implementation ("net.gplatform:Sdk4J:2.0")
'net.gplatform:Sdk4J:jar:2.0'
<dependency org="net.gplatform" name="Sdk4J" rev="2.0">
<artifact name="Sdk4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gplatform', module='Sdk4J', version='2.0')
)
libraryDependencies += "net.gplatform" % "Sdk4J" % "2.0"
[net.gplatform/Sdk4J "2.0"]