FastParser.Language.JavaFrameworks 0.1.2

dotnet add package FastParser.Language.JavaFrameworks --version 0.1.2
                    
NuGet\Install-Package FastParser.Language.JavaFrameworks -Version 0.1.2
                    
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="FastParser.Language.JavaFrameworks" Version="0.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FastParser.Language.JavaFrameworks" Version="0.1.2" />
                    
Directory.Packages.props
<PackageReference Include="FastParser.Language.JavaFrameworks" />
                    
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 FastParser.Language.JavaFrameworks --version 0.1.2
                    
#r "nuget: FastParser.Language.JavaFrameworks, 0.1.2"
                    
#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 FastParser.Language.JavaFrameworks@0.1.2
                    
#: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=FastParser.Language.JavaFrameworks&version=0.1.2
                    
Install as a Cake Addin
#tool nuget:?package=FastParser.Language.JavaFrameworks&version=0.1.2
                    
Install as a Cake Tool

FastParse Java Frameworks Extension

FastParse language extension for the promoted tree-sitter-java-frameworks grammar.

The extension intentionally uses the canonical language name java-frameworks so it can coexist with FastParse's built-in java language. The native descriptor exposes tree_sitter_java_frameworks; framework evidence queries are distributed under queries/frameworks.scm.

The grammar source is expected at grammars/tree-sitter-java-frameworks for formal local builds.

Current package status: stable first release candidate for FastParse 0.1.0.

Support matrix: grammars/tree-sitter-java-frameworks/docs/rule-catalogs/framework_support_matrix.md.

There are no supported framework assets in this 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
0.1.2 102 8/24/2026
0.1.1 96 8/21/2026
0.1.1-preview.1 67 8/21/2026
0.1.0 139 6/30/2026
0.1.0-preview.37 62 8/13/2026
0.1.0-preview.36 72 8/13/2026
0.1.0-preview.35 67 8/13/2026
0.1.0-preview.34 60 8/13/2026
0.1.0-preview.33 73 8/13/2026
0.1.0-preview.32 83 6/30/2026

FastParse language extension for java-frameworks.