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