VOOZH about

URL: https://www.nuget.org/packages/XDev.IO.Ktor/

⇱ NuGet Gallery | XDev.IO.Ktor 3.0.2.1




👁 Image
XDev.IO.Ktor 3.0.2.1

dotnet add package XDev.IO.Ktor --version 3.0.2.1
 
 
NuGet\Install-Package XDev.IO.Ktor -Version 3.0.2.1
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="XDev.IO.Ktor" Version="3.0.2.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XDev.IO.Ktor" Version="3.0.2.1" />
 
Directory.Packages.props
<PackageReference Include="XDev.IO.Ktor" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XDev.IO.Ktor --version 3.0.2.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: XDev.IO.Ktor, 3.0.2.1"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package XDev.IO.Ktor@3.0.2.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XDev.IO.Ktor&version=3.0.2.1
 
Install as a Cake Addin
#tool nuget:?package=XDev.IO.Ktor&version=3.0.2.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Introduction

👁 NuGet

Nuget packaging for IO.Ktor java libs. This package is named XDev.IO.Ktor.Core.
".Core" because this nuget rolls-up several separate native libs that may need to be split out in the future.

The native libs in maven: https://mvnrepository.com/artifact/io.ktor native repo: https://github.com/ktorio/ktor

Getting Started

To use this nuget package, just install the desired version as you normally install nuget packs.

Build and Test (local)

  • VS 2022 or higher.
  • .Net9 SDK required to build.
  • This project uses the .Net9 SDK's built-in Android Maven library support to pull the native jar-libs directly from maven.

See here for more info: https://learn.microsoft.com/en-us/dotnet/android/features/maven/android-maven-library

CI + Auto-updates

  • Custom project vars (the <PropertyGroup Label="maven.groupId"> version sources and the artifact_versioned= PackageTags) are used to plug into a custom updater process: the Build.Update Cake Frosting build in the InteropLibs repo.
  • It is essentially a custom "pack-bot" that reconciles this binding's dual-package dependency system: the native Maven graph (jars/aars pulled directly from Maven via <AndroidMavenLibrary>) and the managed NuGet graph (the wrapper <PackageReference>s). It polls Maven Central for new native versions, bumps the matching version vars, and opens a PR so the two graphs stay in sync and the Android Java dependency verifier (XA4241) keeps passing.

Contribute

If you need a different/newer version, PR, or open an issue in the .Net repo! https://dev.azure.com/XdevApps/Android%20bindings/_git/XDev.IO.Ktor.Core

https://dev.azure.com/XdevApps/Android%20bindings/_backlogs/backlog/Android%20bindings%20Team/Issues

Product Versions Compatible and additional computed target framework versions.
.NET net9.0-android35.0 net9.0-android35.0 is compatible.  net10.0-android net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.2.1 39 6/17/2026
3.0.1.1 92 6/12/2026
3.0.0.1 99 6/10/2026
2.3.13.1 164 4/15/2026
2.3.12.1 111 4/15/2026
2.3.11.1 112 4/12/2026
2.3.10.1 98 4/12/2026
2.3.5.1 110 4/10/2026
2.3.4.1 113 4/8/2026
2.3.3.1 121 4/8/2026
2.3.2.7 414 8/21/2025
2.3.2.6 247 8/12/2025
2.3.2.5 537 6/12/2024

* v3.0.0: Updated to Ktor 3.0.0 and retargeted to .NET 9 (net9.0-android).
     * new maven dependencies (pulled in by Ktor 3.0.0):
         - io.ktor:ktor-sse (server-sent events module)
         - com.squareup.okhttp3:okhttp-sse 4.12.0
         - org.jetbrains.kotlinx:kotlinx-io-core 0.5.4
         - org.jetbrains.kotlinx:kotlinx-serialization-json-io 1.7.3
         - org.slf4j:slf4j-api bumped to 2.0.x (now pinned directly by Ktor 3)