GroupId | GroupIdcom.gitee.topfine |
---|---|
ArtifactId | ArtifactIdQuickDevUtils |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
QuickDevUtils-2.0.4.pom | |
QuickDevUtils-2.0.4.jar | 67 KB |
QuickDevUtils-2.0.4-sources.jar | 41 KB |
QuickDevUtils-2.0.4-javadoc.jar | 253 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.topfine/QuickDevUtils/ -->
<dependency>
<groupId>com.gitee.topfine</groupId>
<artifactId>QuickDevUtils</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.topfine/QuickDevUtils/
implementation 'com.gitee.topfine:QuickDevUtils:2.0.4'
// https://jarcasting.com/artifacts/com.gitee.topfine/QuickDevUtils/
implementation ("com.gitee.topfine:QuickDevUtils:2.0.4")
'com.gitee.topfine:QuickDevUtils:jar:2.0.4'
<dependency org="com.gitee.topfine" name="QuickDevUtils" rev="2.0.4">
<artifact name="QuickDevUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.topfine', module='QuickDevUtils', version='2.0.4')
)
libraryDependencies += "com.gitee.topfine" % "QuickDevUtils" % "2.0.4"
[com.gitee.topfine/QuickDevUtils "2.0.4"]