ktreesitter
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.tree-sitter</groupId> <artifactId>ktreesitter</artifactId> <version>0.24.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.tree-sitter</groupId> <artifactId>ktreesitter</artifactId> <version>0.24.1</version> <name>KTreeSitter</name> <description>Kotlin bindings to the Tree-sitter parsing library</description> <url>https://tree-sitter.github.io/kotlin-tree-sitter/</url> <inceptionYear>2024</inceptionYear> <organization> <name>tree-sitter</name> <url>https://github.com/tree-sitter</url> </organization> <licenses> <license> <name>MIT License</name> <url>https://spdx.org/licenses/MIT.html</url> </license> </licenses> <developers> <developer> <id>ObserverOfTime</id> <name>ObserverOfTime</name> <email>chronobserver@disroot.org</email> <url>https://github.com/ObserverOfTime</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/tree-sitter/kotlin-tree-sitter.git</connection> <developerConnection>scm:git:ssh://github.com/tree-sitter/kotlin-tree-sitter.git</developerConnection> <url>https://github.com/tree-sitter/kotlin-tree-sitter</url> </scm> <issueManagement> <system>GitHub Issues</system> <url>https://github.com/tree-sitter/kotlin-tree-sitter/issues</url> </issueManagement> <ciManagement> <system>GitHub Actions</system> <url>https://github.com/tree-sitter/kotlin-tree-sitter/actions</url> </ciManagement> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>[1.9,2.0)</version> <scope>runtime</scope> </dependency> </dependencies> </project>