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