| GroupId | GroupIdcom.iohao.widget |
|---|---|
| ArtifactId | ArtifactIdiohao-profile |
| Version | Version0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| iohao-profile-0.4.pom | |
| iohao-profile-0.4.jar | 10 KB |
| iohao-profile-0.4-sources.jar | 6 KB |
| iohao-profile-0.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.iohao.widget/iohao-profile/
implementation 'com.iohao.widget:iohao-profile:0.4'
// https://jarcasting.com/artifacts/com.iohao.widget/iohao-profile/
implementation ("com.iohao.widget:iohao-profile:0.4")
'com.iohao.widget:iohao-profile:jar:0.4'
<dependency org="com.iohao.widget" name="iohao-profile" rev="0.4">
<artifact name="iohao-profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iohao.widget', module='iohao-profile', version='0.4')
)
libraryDependencies += "com.iohao.widget" % "iohao-profile" % "0.4"
[com.iohao.widget/iohao-profile "0.4"]