Skip to main content

J2N is a library that helps bridge the gap between .NET and Java. It provides components to assist with porting Java code to .NET, such as collections, adapters, and extensions. It contains some features from Java that also make it generally useful in any .NET application.

Total Downloads
27.3M
27,287,963
Published
Oct 20, 2024
Latest stable version

Install

.NET CLI
dotnet add package J2N --version 2.1.0
Package Manager Console
Install-Package J2N -Version 2.1.0
PackageReference
<PackageReference Include="J2N" Version="2.1.0" />

Frameworks

.NETFramework4.0 .NETFramework4.5 .NETFramework4.6.2 net6.0 net8.0 .NETStandard2.0 .NETStandard2.1

Dependencies

NetFx.System.Memory
.NETFramework4.0
[4.0.0, )
System.Memory
.NETFramework4.5
[4.5.5, )
System.Memory
.NETFramework4.6.2
[4.5.5, )
Microsoft.CSharp
.NETStandard2.0
[4.4.0, )
System.Memory
.NETStandard2.0
[4.5.5, )
Microsoft.CSharp
.NETStandard2.1
[4.4.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 7 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.