| GroupId | GroupIdcom.gitee.hifong45 |
|---|---|
| ArtifactId | ArtifactIdExt |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| Ext-0.0.3.pom | |
| Ext-0.0.3.jar | 36 KB |
| Ext-0.0.3-sources.jar | 19 KB |
| Ext-0.0.3-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.hifong45/Ext/ -->
<dependency>
<groupId>com.gitee.hifong45</groupId>
<artifactId>Ext</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.hifong45/Ext/
implementation 'com.gitee.hifong45:Ext:0.0.3'
// https://jarcasting.com/artifacts/com.gitee.hifong45/Ext/
implementation ("com.gitee.hifong45:Ext:0.0.3")
'com.gitee.hifong45:Ext:jar:0.0.3'
<dependency org="com.gitee.hifong45" name="Ext" rev="0.0.3">
<artifact name="Ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.hifong45', module='Ext', version='0.0.3')
)
libraryDependencies += "com.gitee.hifong45" % "Ext" % "0.0.3"
[com.gitee.hifong45/Ext "0.0.3"]