How to install the package Org.Apache.REEF.Bridge from NuGet
.Net
C#
NuGet
Org.Apache.REEF.Bridge
Here are different methods to install the package. Check the documentation for the latest version.
# Package Manager
Install-Package Org.Apache.REEF.Bridge -Version 0.11.0-SNAPSHOT-10
# .NET CLI
dotnet add package Org.Apache.REEF.Bridge --version 0.11.0-SNAPSHOT-10
# PackageReference
<PackageReference Include="Org.Apache.REEF.Bridge" Version="0.11.0-SNAPSHOT-10" />
# Paket CLI
paket add Org.Apache.REEF.Bridge --version 0.11.0-SNAPSHOT-10