License |
License |
---|---|
Categories |
CategoriesMirror Application Layer Libs Introspection |
GroupId | GroupIdcom.jimulabs.mirrorsandbox |
ArtifactId | ArtifactIdmirror-sandbox |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionmirror-sandbox
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mirror-sandbox-0.2.1.pom | |
mirror-sandbox-0.2.1.aar | 18 KB |
mirror-sandbox-0.2.1-sources.jar | 10 KB |
mirror-sandbox-0.2.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jimulabs.mirrorsandbox/mirror-sandbox/ -->
<dependency>
<groupId>com.jimulabs.mirrorsandbox</groupId>
<artifactId>mirror-sandbox</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.jimulabs.mirrorsandbox/mirror-sandbox/
implementation 'com.jimulabs.mirrorsandbox:mirror-sandbox:0.2.1'
// https://jarcasting.com/artifacts/com.jimulabs.mirrorsandbox/mirror-sandbox/
implementation ("com.jimulabs.mirrorsandbox:mirror-sandbox:0.2.1")
'com.jimulabs.mirrorsandbox:mirror-sandbox:aar:0.2.1'
<dependency org="com.jimulabs.mirrorsandbox" name="mirror-sandbox" rev="0.2.1">
<artifact name="mirror-sandbox" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.jimulabs.mirrorsandbox', module='mirror-sandbox', version='0.2.1')
)
libraryDependencies += "com.jimulabs.mirrorsandbox" % "mirror-sandbox" % "0.2.1"
[com.jimulabs.mirrorsandbox/mirror-sandbox "0.2.1"]