| GroupId | GroupIdcom.lge.developer |
|---|---|
| ArtifactId | ArtifactIdqpair-apis |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| qpair-apis-1.0.0.pom | |
| qpair-apis-1.0.0.jar | 14 KB |
| qpair-apis-1.0.0-sources.jar | 14 KB |
| qpair-apis-1.0.0-javadoc.jar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lge.developer/qpair-apis/ -->
<dependency>
<groupId>com.lge.developer</groupId>
<artifactId>qpair-apis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lge.developer/qpair-apis/
implementation 'com.lge.developer:qpair-apis:1.0.0'
// https://jarcasting.com/artifacts/com.lge.developer/qpair-apis/
implementation ("com.lge.developer:qpair-apis:1.0.0")
'com.lge.developer:qpair-apis:jar:1.0.0'
<dependency org="com.lge.developer" name="qpair-apis" rev="1.0.0">
<artifact name="qpair-apis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lge.developer', module='qpair-apis', version='1.0.0')
)
libraryDependencies += "com.lge.developer" % "qpair-apis" % "1.0.0"
[com.lge.developer/qpair-apis "1.0.0"]