GroupId | GroupIdcom.gitee.zhibi |
---|---|
ArtifactId | ArtifactIdfast-commons |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
fast-commons-2.3.pom | |
fast-commons-2.3.jar | 47 KB |
fast-commons-2.3-sources.jar | 30 KB |
fast-commons-2.3-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.zhibi/fast-commons/ -->
<dependency>
<groupId>com.gitee.zhibi</groupId>
<artifactId>fast-commons</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-commons/
implementation 'com.gitee.zhibi:fast-commons:2.3'
// https://jarcasting.com/artifacts/com.gitee.zhibi/fast-commons/
implementation ("com.gitee.zhibi:fast-commons:2.3")
'com.gitee.zhibi:fast-commons:jar:2.3'
<dependency org="com.gitee.zhibi" name="fast-commons" rev="2.3">
<artifact name="fast-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhibi', module='fast-commons', version='2.3')
)
libraryDependencies += "com.gitee.zhibi" % "fast-commons" % "2.3"
[com.gitee.zhibi/fast-commons "2.3"]