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