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