Skip to content

TypeQL 2.28.1

Latest
Compare
Choose a tag to compare
@vaticle-bot vaticle-bot released this 15 May 11:27
0f9e9d1

TypeQL Grammar and Language Library distributions for Rust

Available through https://crates.io/crates/typeql.

TypeQL Grammar and Language Library distributions for Java

<repositories>
    <repository>
        <id>repo.typedb.com</id>
        <url>https://repo.typedb.com/public/public-release/maven/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.vaticle.typeql</groupId>
        <artifactId>typeql-grammar</artifactId>
        <version>2.28.1</version>
    </dependency>
    <dependency>
        <groupId>com.vaticle.typeql</groupId>
        <artifactId>typeql-lang</artifactId>
        <version>2.28.1</version>
    </dependency>
</dependencies>

TypeQL Grammar distribution for Python

Available through https://pypi.org

pip install typeql-grammar==2.28.1

Other Improvements

  • Bump snake-yaml maven dependency to 2.2
    Bump snake-yaml maven dependency to 2.2