| GroupId | GroupIdcom.iohao.widget |
|---|---|
| ArtifactId | ArtifactIdiohao-profile |
| Version | Version0.5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| iohao-profile-0.5.3.pom | |
| iohao-profile-0.5.3.jar | 10 KB |
| iohao-profile-0.5.3-sources.jar | 6 KB |
| iohao-profile-0.5.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.iohao.widget/iohao-profile/ -->
<dependency>
<groupId>com.iohao.widget</groupId>
<artifactId>iohao-profile</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.iohao.widget/iohao-profile/
implementation 'com.iohao.widget:iohao-profile:0.5.3'
// https://jarcasting.com/artifacts/com.iohao.widget/iohao-profile/
implementation ("com.iohao.widget:iohao-profile:0.5.3")
'com.iohao.widget:iohao-profile:jar:0.5.3'
<dependency org="com.iohao.widget" name="iohao-profile" rev="0.5.3">
<artifact name="iohao-profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iohao.widget', module='iohao-profile', version='0.5.3')
)
libraryDependencies += "com.iohao.widget" % "iohao-profile" % "0.5.3"
[com.iohao.widget/iohao-profile "0.5.3"]