License |
License |
---|---|
Categories |
CategoriesImmutables Application Layer Libs Code Generators |
GroupId | GroupIdorg.immutables |
ArtifactId | ArtifactIdandroid-stub |
Last Version | Last Version2.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.immutables.android-stub
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
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
android-stub-2.9.0.pom | |
android-stub-2.9.0.jar | 1 KB |
android-stub-2.9.0-tests.jar | 6 KB |
android-stub-2.9.0-sources.jar | 3 KB |
android-stub-2.9.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.immutables/android-stub/ -->
<dependency>
<groupId>org.immutables</groupId>
<artifactId>android-stub</artifactId>
<version>2.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.immutables/android-stub/
implementation 'org.immutables:android-stub:2.9.0'
// https://jarcasting.com/artifacts/org.immutables/android-stub/
implementation ("org.immutables:android-stub:2.9.0")
'org.immutables:android-stub:jar:2.9.0'
<dependency org="org.immutables" name="android-stub" rev="2.9.0">
<artifact name="android-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.immutables', module='android-stub', version='2.9.0')
)
libraryDependencies += "org.immutables" % "android-stub" % "2.9.0"
[org.immutables/android-stub "2.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value-annotations | jar | 2.9.0 |
org.immutables : value | jar | 2.9.0 |