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