| License | License | 
|---|---|
| GroupId | GroupIdcom.cmonbaby | 
| ArtifactId | ArtifactIdhotfix | 
| Last Version | Last Version3.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionhotfix Android HotFix Core Library | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| hotfix-3.0.0.pom | |
| hotfix-3.0.0.jar | 6 KB | 
| hotfix-3.0.0-sources.jar | 5 KB | 
| hotfix-3.0.0-javadoc.jar | 39 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cmonbaby/hotfix/ -->
<dependency>
    <groupId>com.cmonbaby</groupId>
    <artifactId>hotfix</artifactId>
    <version>3.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.cmonbaby/hotfix/
implementation 'com.cmonbaby:hotfix:3.0.0'// https://jarcasting.com/artifacts/com.cmonbaby/hotfix/
implementation ("com.cmonbaby:hotfix:3.0.0")'com.cmonbaby:hotfix:jar:3.0.0'<dependency org="com.cmonbaby" name="hotfix" rev="3.0.0">
  <artifact name="hotfix" type="jar" />
</dependency>@Grapes(
@Grab(group='com.cmonbaby', module='hotfix', version='3.0.0')
)libraryDependencies += "com.cmonbaby" % "hotfix" % "3.0.0"[com.cmonbaby/hotfix "3.0.0"]