Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.zhouxuanGithub |
ArtifactId | ArtifactIdzxframe |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
zxframe-1.3.pom | |
zxframe-1.3.jar | 122 KB |
zxframe-1.3-sources.jar | 90 KB |
zxframe-1.3-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhouxuanGithub/zxframe/ -->
<dependency>
<groupId>com.github.zhouxuanGithub</groupId>
<artifactId>zxframe</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhouxuanGithub/zxframe/
implementation 'com.github.zhouxuanGithub:zxframe:1.3'
// https://jarcasting.com/artifacts/com.github.zhouxuanGithub/zxframe/
implementation ("com.github.zhouxuanGithub:zxframe:1.3")
'com.github.zhouxuanGithub:zxframe:jar:1.3'
<dependency org="com.github.zhouxuanGithub" name="zxframe" rev="1.3">
<artifact name="zxframe" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhouxuanGithub', module='zxframe', version='1.3')
)
libraryDependencies += "com.github.zhouxuanGithub" % "zxframe" % "1.3"
[com.github.zhouxuanGithub/zxframe "1.3"]