| License | License | 
|---|---|
| GroupId | GroupIdcom.anbillon.routine | 
| ArtifactId | ArtifactIdsupport-resolver | 
| Last Version | Last Version1.1.1 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | DescriptionRoutine support resolver A support resolver for routine. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| support-resolver-1.1.1.pom | |
| support-resolver-1.1.1.aar | 2 KB | 
| support-resolver-1.1.1-sources.jar | 1 KB | 
| support-resolver-1.1.1-javadoc.jar | 19 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.anbillon.routine/support-resolver/ -->
<dependency>
    <groupId>com.anbillon.routine</groupId>
    <artifactId>support-resolver</artifactId>
    <version>1.1.1</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/com.anbillon.routine/support-resolver/
implementation 'com.anbillon.routine:support-resolver:1.1.1'// https://jarcasting.com/artifacts/com.anbillon.routine/support-resolver/
implementation ("com.anbillon.routine:support-resolver:1.1.1")'com.anbillon.routine:support-resolver:aar:1.1.1'<dependency org="com.anbillon.routine" name="support-resolver" rev="1.1.1">
  <artifact name="support-resolver" type="aar" />
</dependency>@Grapes(
@Grab(group='com.anbillon.routine', module='support-resolver', version='1.1.1')
)libraryDependencies += "com.anbillon.routine" % "support-resolver" % "1.1.1"[com.anbillon.routine/support-resolver "1.1.1"]