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