| License |
License |
|---|---|
| GroupId | GroupIdcn.baiweigang |
| ArtifactId | ArtifactIdqtaf |
| Version | Version1.2.0 |
| Type | Typejar |
| Description |
Descriptionqtaf
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| qtaf-1.2.0.pom | |
| qtaf-1.2.0.jar | 137 KB |
| qtaf-1.2.0-sources.jar | 103 KB |
| qtaf-1.2.0-javadoc.jar | 420 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.baiweigang/qtaf/ -->
<dependency>
<groupId>cn.baiweigang</groupId>
<artifactId>qtaf</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.baiweigang/qtaf/
implementation 'cn.baiweigang:qtaf:1.2.0'
// https://jarcasting.com/artifacts/cn.baiweigang/qtaf/
implementation ("cn.baiweigang:qtaf:1.2.0")
'cn.baiweigang:qtaf:jar:1.2.0'
<dependency org="cn.baiweigang" name="qtaf" rev="1.2.0">
<artifact name="qtaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.baiweigang', module='qtaf', version='1.2.0')
)
libraryDependencies += "cn.baiweigang" % "qtaf" % "1.2.0"
[cn.baiweigang/qtaf "1.2.0"]