is not current version
Last Version 1.1.1

com.anbillon.routine:routine 1.0.0

A router which will manage the page nagivation.

GroupId

GroupId

com.anbillon.routine
ArtifactId

ArtifactId

routine
Version

Version

1.0.0
Type

Type

aar

Download routine 1.0.0


<!-- https://jarcasting.com/artifacts/com.anbillon.routine/routine/ -->
<dependency>
    <groupId>com.anbillon.routine</groupId>
    <artifactId>routine</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.anbillon.routine/routine/
implementation 'com.anbillon.routine:routine:1.0.0'
// https://jarcasting.com/artifacts/com.anbillon.routine/routine/
implementation ("com.anbillon.routine:routine:1.0.0")
'com.anbillon.routine:routine:aar:1.0.0'
<dependency org="com.anbillon.routine" name="routine" rev="1.0.0">
  <artifact name="routine" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.anbillon.routine', module='routine', version='1.0.0')
)
libraryDependencies += "com.anbillon.routine" % "routine" % "1.0.0"
[com.anbillon.routine/routine "1.0.0"]