Commons 0.1.1.16
See the version list below for details.
dotnet add package Commons --version 0.1.1.16
NuGet\Install-Package Commons -Version 0.1.1.16
<PackageReference Include="Commons" Version="0.1.1.16" />
paket add Commons --version 0.1.1.16
#r "nuget: Commons, 0.1.1.16"
// Install Commons as a Cake Addin #addin nuget:?package=Commons&version=0.1.1.16 // Install Commons as a Cake Tool #tool nuget:?package=Commons&version=0.1.1.16
.NET Commons is originally inspired by the Apache Commons projects for java applications. It is intended to be .NET equivalent of Apache Commons and it is built to provide the common software components and basic application stack for developing .NET applications. It includes the following components: Commons.Utils provides the basic utilities for .NET applications. Commons.Collections provides the extended collection implementation based on System.Collections.Generics. Commons.Json provides a JSON parser and composer to dynamically manipulate json object with the power of "dynamic" keyword in .net.
Please report issues to https://github.com/yanggujun/commonsfornet/issues
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Commons:
Package | Downloads |
---|---|
Commons.Pool
A light weight and thread safe generic object pool. For more information please visit: https://github.com/yanggujun/commonsfornet/wiki/Commons.Pool |
|
Citms.RemoteEventBus.RabbitMQ
事件总线-RabbitMQ实现 |
|
IKE.Utility.RemoteEventBus.RabbitMQ
Use RabbitMQ for Abp.RemoteEventBus |
|
Abp.RemoteEventBus.RabbitMQ
Use RabbitMQ for Abp.RemoteEventBus |
|
Camc.Abp.RemoteEventBus.RabbitMQ
Use RabbitMQ for Abp.RemoteEventBus |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.0.1347 | 20,810 | 10/24/2018 |
0.2.4.731 | 9,871 | 2/15/2017 |
0.2.3.508 | 3,022 | 7/7/2016 |
0.2.2.421 | 4,047 | 4/11/2016 |
0.2.1.354 | 2,982 | 2/4/2016 |
0.2.0.298 | 3,237 | 12/10/2015 |
0.1.1.235 | 2,844 | 10/8/2015 |
0.1.1.219 | 2,807 | 9/22/2015 |
0.1.1.22 | 2,848 | 3/9/2015 |
0.1.1.16 | 3,951 | 3/3/2015 |
0.1.0.2 | 3,778 | 2/17/2015 |
0.1.0.1 | 4,366 | 2/17/2015 |
0.1.0 | 3,952 | 2/15/2015 |
Add support for ReferenceSet, LruSet, LinkedSet and LinkedDeque.
Please check the detail on
https://github.com/yanggujun/commonsfornet/blob/master/README.md