is not current version
Last Version 2.9.0

org.immutables:android-stub 2.2.10

Compile only library for libraries which want to compile immutable objects for Android. It contains `android.R` class to indicate presense of android API. If you using android sdk as dependency, you don't need this stub

Categories

Categories

Immutables Application Layer Libs Code Generators
GroupId

GroupId

org.immutables
ArtifactId

ArtifactId

android-stub
Version

Version

2.2.10
Type

Type

jar

Download android-stub 2.2.10


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