is not current version
Last Version 0.2.1

com.jimulabs.mirrorsandbox:mirror-sandbox 0.2.0

A companion library for the Java code hot-swapping feature in jimu Mirror, that allows you to build and preview Android animations and interactions piecewise.

Categories

Categories

Mirror Application Layer Libs Introspection
GroupId

GroupId

com.jimulabs.mirrorsandbox
ArtifactId

ArtifactId

mirror-sandbox
Version

Version

0.2.0
Type

Type

aar

Download mirror-sandbox 0.2.0


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