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