-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
All supported packages are publicly installable at version 1.0.0.
npm install @greyfoundry/identifoldpnpm add @greyfoundry/identifoldThe package is ESM-only and requires Node.js 22 or newer.
python -m pip install identifoldPython 3.12 or newer is supported.
Maven:
<dependency>
<groupId>io.github.greyfoundry</groupId>
<artifactId>identifold</artifactId>
<version>1.0.0</version>
</dependency>Gradle Kotlin DSL:
dependencies {
implementation("io.github.greyfoundry:identifold:1.0.0")
}Java 17 or newer is required.
dotnet add package Greyfoundry.Identifold --version 1.0.0PackageReference:
<PackageReference Include="Greyfoundry.Identifold" Version="1.0.0" />The 1.0 package targets .NET 9.
go get github.com/greyfoundry/identifold/packages/go@v1.0.0The module requires Go 1.23 or newer. Its semantic-version tag is packages/go/v1.0.0 because the module lives below the repository root.
composer require greyfoundry/identifold:^1.0PHP 8.2 or newer is required.
Maven:
<dependency>
<groupId>io.github.greyfoundry</groupId>
<artifactId>identifold-kotlin</artifactId>
<version>1.0.0</version>
</dependency>Gradle Kotlin DSL:
dependencies {
implementation("io.github.greyfoundry:identifold-kotlin:1.0.0")
}The Kotlin facade targets the JVM and depends on the Identifold Java core.
cargo add identifold@1.0.0Or add it directly:
[dependencies]
identifold = "1.0.0"gem install identifold -v 1.0.0Gemfile:
gem "identifold", "~> 1.0"Ruby 3.2 or newer is required.
Add the repository in Xcode using this package URL and select version 1.0.0 or newer within the 1.x line:
https://github.com/greyfoundry/identifold.git
Package.swift:
dependencies: [
.package(
url: "https://github.com/greyfoundry/identifold.git",
from: "1.0.0"
)
]Add .product(name: "Identifold", package: "identifold") to the consuming target.
Registry pages, runtime floors, source directories, and release status are tracked in the repository's implementation matrix.