Xamarin.Jakarta.Inject.InjectApi by: Microsoft
  • 102 total downloads
  • Latest version: 2.0.1.10
  • xamarin artifact=jakarta.inject:jakarta.inject-api artifact_versioned=jakarta.inject:jakarta.inject-api:2.0.1
.NET for Android and MAUI bindings for the Android Java library 'jakarta.inject:jakarta.inject-api'. Library description: Jakarta Dependency Injection
Xamarin.GooglePlayServices.Measurement.Api by: Microsoft
  • 910 total downloads
  • Latest version: 123.2.0.1
  • xamarin artifact=com.google.android.gms:play-services-measurement-api artifact_versioned=com.google.android.gms:play-services-measurement-api:23.2.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-api'.
Xamarin.GooglePlayServices.Basement by: Microsoft
  • 859 total downloads
  • Latest version: 118.10.0.2
  • xamarin artifact=com.google.android.gms:play-services-basement artifact_versioned=com.google.android.gms:play-services-basement:18.10.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-basement'.
Xamarin.GooglePlayServices.Base by: Microsoft
  • 779 total downloads
  • Latest version: 118.10.0.2
  • xamarin artifact=com.google.android.gms:play-services-base artifact_versioned=com.google.android.gms:play-services-base:18.10.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-base'.
Xamarin.GooglePlayServices.Measurement.Sdk by: Microsoft
  • 760 total downloads
  • Latest version: 123.2.0.1
  • xamarin artifact=com.google.android.gms:play-services-measurement-sdk artifact_versioned=com.google.android.gms:play-services-measurement-sdk:23.2.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-sdk'.
Xamarin.GooglePlayServices.Measurement.Impl by: Microsoft
  • 906 total downloads
  • Latest version: 123.2.0.1
  • xamarin artifact=com.google.android.gms:play-services-measurement-impl artifact_versioned=com.google.android.gms:play-services-measurement-impl:23.2.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-impl'.
Xamarin.GooglePlayServices.Ads.Identifier by: Microsoft
  • 615 total downloads
  • Latest version: 118.3.0.2
  • xamarin artifact=com.google.android.gms:play-services-ads-identifier artifact_versioned=com.google.android.gms:play-services-ads-identifier:18.3.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-ads-identifier'.
Xamarin.Google.Guava.FailureAccess by: Microsoft
  • 402 total downloads
  • Latest version: 1.0.3.6
  • xamarin artifact=com.google.guava:failureaccess artifact_versioned=com.google.guava:failureaccess:1.0.3
.NET for Android and MAUI bindings for the Android Java library 'com.google.guava:failureaccess'. Library description: Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact).
Xamarin.GooglePlayServices.Measurement.Sdk.Api by: Microsoft
  • 931 total downloads
  • Latest version: 123.2.0.1
  • xamarin artifact=com.google.android.gms:play-services-measurement-sdk-api artifact_versioned=com.google.android.gms:play-services-measurement-sdk-api:23.2.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-sdk-api'.
Xamarin.JavaX.Inject by: Microsoft
  • 360 total downloads
  • Latest version: 1.0.0.24
  • xamarin artifact=javax.inject:javax.inject artifact_versioned=javax.inject:javax.inject:1
.NET for Android and MAUI bindings for the Android Java library 'javax.inject:javax.inject'. Library description: The javax.inject API
Xamarin.GooglePlayServices.CloudMessaging by: Microsoft
  • 454 total downloads
  • Latest version: 117.4.0.1
  • xamarin artifact=com.google.android.gms:play-services-cloud-messaging artifact_versioned=com.google.android.gms:play-services-cloud-messaging:17.4.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-cloud-messaging'.
Xamarin.Google.J2Objc.Annotations by: Microsoft
  • 324 total downloads
  • Latest version: 3.1.0.3
  • xamarin artifact=com.google.j2objc:j2objc-annotations artifact_versioned=com.google.j2objc:j2objc-annotations:3.1
.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.iOS.MaterialComponents by: Microsoft
  • 152 total downloads
  • Latest version: 92.0.0
Material Components for iOS (MDC-iOS) helps developers execute Material Design.
Xamarin.GooglePlayServices.Measurement by: Microsoft
  • 883 total downloads
  • Latest version: 123.2.0.1
  • xamarin artifact=com.google.android.gms:play-services-measurement artifact_versioned=com.google.android.gms:play-services-measurement:23.2.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement'.
Xamarin.Google.Guava.ListenableFuture by: Microsoft
  • 422 total downloads
  • Latest version: 1.0.0.32
  • xamarin artifact=com.google.guava:listenablefuture artifact_versioned=com.google.guava:listenablefuture:1.0
.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.GooglePlayServices.Stats by: Microsoft
  • 562 total downloads
  • Latest version: 117.1.0.10
  • xamarin artifact=com.google.android.gms:play-services-stats artifact_versioned=com.google.android.gms:play-services-stats:17.1.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-stats'.
Xamarin.GooglePlayServices.Tasks by: Microsoft
  • 681 total downloads
  • Latest version: 118.4.1.2
  • xamarin artifact=com.google.android.gms:play-services-tasks artifact_versioned=com.google.android.gms:play-services-tasks:18.4.1
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-tasks'.
Xamarin.Jetbrains.Annotations by: Microsoft
  • 603 total downloads
  • Latest version: 26.1.0.2
  • xamarin artifact=org.jetbrains:annotations artifact_versioned=org.jetbrains:annotations:26.1.0
.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.GooglePlayServices.Measurement.Base by: Microsoft
  • 1,098k total downloads
  • Latest version: 123.2.0.1
  • xamarin artifact=com.google.android.gms:play-services-measurement-base artifact_versioned=com.google.android.gms:play-services-measurement-base:23.2.0
.NET for Android and MAUI bindings for the Android Java library 'com.google.android.gms:play-services-measurement-base'.
Xamarin.GooglePlayServices.AppIndexing by: Xamarin Inc.
  • 26 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.