| GroupId | GroupIdcom.github.wujiuye |
|---|---|
| ArtifactId | ArtifactIdqps-helper |
| Version | VersionJDK7.1.1.2-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| qps-helper-JDK7.1.1.2-RELEASE.pom | |
| qps-helper-JDK7.1.1.2-RELEASE.jar | 35 KB |
| qps-helper-JDK7.1.1.2-RELEASE-sources.jar | 23 KB |
| qps-helper-JDK7.1.1.2-RELEASE-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wujiuye/qps-helper/ -->
<dependency>
<groupId>com.github.wujiuye</groupId>
<artifactId>qps-helper</artifactId>
<version>JDK7.1.1.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wujiuye/qps-helper/
implementation 'com.github.wujiuye:qps-helper:JDK7.1.1.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.wujiuye/qps-helper/
implementation ("com.github.wujiuye:qps-helper:JDK7.1.1.2-RELEASE")
'com.github.wujiuye:qps-helper:jar:JDK7.1.1.2-RELEASE'
<dependency org="com.github.wujiuye" name="qps-helper" rev="JDK7.1.1.2-RELEASE">
<artifact name="qps-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wujiuye', module='qps-helper', version='JDK7.1.1.2-RELEASE')
)
libraryDependencies += "com.github.wujiuye" % "qps-helper" % "JDK7.1.1.2-RELEASE"
[com.github.wujiuye/qps-helper "JDK7.1.1.2-RELEASE"]