| License |
License
mit
|
|---|---|
| GroupId | GroupIdcom.aliyun.tpp |
| ArtifactId | ArtifactIdsolution-protocol |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionaliyun-tpp-solution-protocol
the basic solution protocol for tpp, aliyun cloud service
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| solution-protocol-1.0.pom | |
| solution-protocol-1.0.jar | 9 KB |
| solution-protocol-1.0-sources.jar | 9 KB |
| solution-protocol-1.0-javadoc.jar | 81 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun.tpp/solution-protocol/ -->
<dependency>
<groupId>com.aliyun.tpp</groupId>
<artifactId>solution-protocol</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun.tpp/solution-protocol/
implementation 'com.aliyun.tpp:solution-protocol:1.0'
// https://jarcasting.com/artifacts/com.aliyun.tpp/solution-protocol/
implementation ("com.aliyun.tpp:solution-protocol:1.0")
'com.aliyun.tpp:solution-protocol:jar:1.0'
<dependency org="com.aliyun.tpp" name="solution-protocol" rev="1.0">
<artifact name="solution-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun.tpp', module='solution-protocol', version='1.0')
)
libraryDependencies += "com.aliyun.tpp" % "solution-protocol" % "1.0"
[com.aliyun.tpp/solution-protocol "1.0"]