Xamarin.Google.Guava.ListenableFuture
by: Microsoft
- 463 total downloads
- Latest version: 1.0.0.32
.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:listenablefuture'.
Library description:
Contains Guava's com.google.common.util.concurrent.ListenableFuture class,
without any of its other classes -- but is also available in a second
"version" that omits the class to avoid conflicts with the copy in Guava
itself. The idea is:
- If users want only ListenableFuture, they depend on listenablefuture-1.0.
- If users want all of Guava, they depend on guava, which, as of Guava
27.0, depends on
listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-...
version number is enough for some build systems (notably, Gradle) to select
that empty artifact over the "real" listenablefuture-1.0 -- avoiding a
conflict with the copy of ListenableFuture in guava itself. If users are
using an older version of Guava or a build system other than Gradle, they
may see class conflicts. If so, they can solve them by manually excluding
the listenablefuture artifact or manually forcing their build systems to
use 9999.0-....
Xamarin.Google.J2Objc.Annotations
by: Microsoft
- 82 total downloads
- Latest version: 3.1.0.3
.NET for Android and MAUI bindings for the Android Java library 'com.google.j2objc:j2objc-annotations'.
Library description:
A set of annotations that provide additional information to the J2ObjC
translator to modify the result of translation.
Xamarin.GooglePlayServices.AppIndexing
by: Xamarin Inc.
- 30 total downloads
- Latest version: 60.1142.1
Xamarin.Android Bindings for Google Play Services - AppIndexing 11.4.2
NOTE: This is package only contains type forwarders to the types which now exist in Xamarin.Firebase.AppIndexing and is only available for backwards compatibility purposes.
Xamarin.GooglePlayServices.Base
by: Microsoft
- 861 total downloads
- Latest version: 118.10.0.1
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-base'.
Xamarin.GooglePlayServices.Basement
by: Microsoft
- 921 total downloads
- Latest version: 118.10.0.1
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-basement'.
Xamarin.GooglePlayServices.Tasks
by: Microsoft
- 794 total downloads
- Latest version: 118.4.1.2
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-tasks'.
Xamarin.iOS.MaterialComponents
by: Microsoft
- 138 total downloads
- Latest version: 92.0.0
Material Components for iOS (MDC-iOS) helps developers execute Material Design.
Xamarin.Jakarta.Inject.InjectApi
by: Microsoft
- 21 total downloads
- Latest version: 2.0.1.9
.NET for Android and MAUI bindings for the Android Java library 'jakarta.inject:jakarta.inject-api'.
Library description: Jakarta Dependency Injection
Xamarin.JavaX.Inject
by: Microsoft
- 308 total downloads
- Latest version: 1.0.0.23
.NET for Android and MAUI bindings for the Android Java library 'javax.inject:javax.inject'.
Library description: The javax.inject API
Xamarin.Jetbrains.Annotations
by: Microsoft
- 692 total downloads
- Latest version: 26.1.0.2
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains:annotations'.
Library description: A set of annotations used for code inspection support and code documentation.
Xamarin.JSpecify
by: Microsoft
- 102 total downloads
- Latest version: 1.0.0.7
.NET for Android and MAUI bindings for the Android Java library 'org.jspecify:jspecify'.
Library description: An artifact of well-named and well-specified annotations to power static analysis checks
Xamarin.Kotlin.Android.Extensions.Runtime.Library
by: Microsoft
- 311 total downloads
- Latest version: 2.2.10.3
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-android-extensions-runtime'.
Library description: Kotlin Android Extensions Runtime
Xamarin.Kotlin.Parcelize.Runtime
by: Microsoft
- 372 total downloads
- Latest version: 2.4.0.1
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-parcelize-runtime'.
Library description: Runtime library for the Parcelize compiler plugin
Xamarin.Kotlin.StdLib
by: Microsoft
- 1.731k total downloads
- Latest version: 2.4.0.1
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib'.
Library description: Kotlin Standard Library
Xamarin.Kotlin.StdLib.Common
by: Microsoft
- 1.443k total downloads
- Latest version: 2.0.21.8
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib-common'.
Library description: Kotlin Common Standard Library (legacy, use kotlin-stdlib instead)
Xamarin.Kotlin.StdLib.Jdk7
by: Microsoft
- 1.432k total downloads
- Latest version: 2.4.0.1
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib-jdk7'.
Library description: Kotlin Standard Library JDK 7 extension
Xamarin.Kotlin.StdLib.Jdk8
by: Microsoft
- 1.424k total downloads
- Latest version: 2.4.0.1
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'.
Library description: Kotlin Standard Library JDK 8 extension
Xamarin.KotlinX.AtomicFU
by: Microsoft
- 402 total downloads
- Latest version: 0.33.0.1
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:atomicfu'.
Library description: AtomicFU utilities
Xamarin.KotlinX.AtomicFU.Jvm
by: Microsoft
- 362 total downloads
- Latest version: 0.33.0.1
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:atomicfu-jvm'.
Library description: AtomicFU utilities
Xamarin.KotlinX.Coroutines.Android
by: Microsoft
- 876 total downloads
- Latest version: 1.11.0.1
.NET for Android and MAUI bindings for the Android Java library 'org.jetbrains.kotlinx:kotlinx-coroutines-android'.
Library description: Coroutines support libraries for Kotlin