GroupId | GroupIdcom.hanhuy.android |
---|---|
ArtifactId | ArtifactIdprotify |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
protify-0.6.pom | |
protify-0.6.jar | 1 KB |
protify-0.6-tests.jar | 305 bytes |
protify-0.6-tests-sources.jar | 252 bytes |
protify-0.6-sources.jar | 252 bytes |
protify-0.6-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hanhuy.android/protify/ -->
<dependency>
<groupId>com.hanhuy.android</groupId>
<artifactId>protify</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.hanhuy.android/protify/
implementation 'com.hanhuy.android:protify:0.6'
// https://jarcasting.com/artifacts/com.hanhuy.android/protify/
implementation ("com.hanhuy.android:protify:0.6")
'com.hanhuy.android:protify:jar:0.6'
<dependency org="com.hanhuy.android" name="protify" rev="0.6">
<artifact name="protify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hanhuy.android', module='protify', version='0.6')
)
libraryDependencies += "com.hanhuy.android" % "protify" % "0.6"
[com.hanhuy.android/protify "0.6"]