Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.iwantunlimited |
ArtifactId | ArtifactIdqss |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
qss-1.0.1-RELEASE.pom | |
qss-1.0.1-RELEASE.jar | 13 MB |
qss-1.0.1-RELEASE-sources.jar | 28 KB |
qss-1.0.1-RELEASE-javadoc.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iwantunlimited/qss/ -->
<dependency>
<groupId>com.iwantunlimited</groupId>
<artifactId>qss</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.iwantunlimited/qss/
implementation 'com.iwantunlimited:qss:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.iwantunlimited/qss/
implementation ("com.iwantunlimited:qss:1.0.1-RELEASE")
'com.iwantunlimited:qss:jar:1.0.1-RELEASE'
<dependency org="com.iwantunlimited" name="qss" rev="1.0.1-RELEASE">
<artifact name="qss" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iwantunlimited', module='qss', version='1.0.1-RELEASE')
)
libraryDependencies += "com.iwantunlimited" % "qss" % "1.0.1-RELEASE"
[com.iwantunlimited/qss "1.0.1-RELEASE"]