Skip to content

Whydah-TypeLib

Common base for the important types, mappers, serializers and parsers in Whydah

Field Value
GitHub https://github.com/Cantara/Whydah-TypeLib
Language Java
Stars 1
Last updated 2026-03-15

Related Wiki Pages

This project has documentation in the Cantara Wiki. See the WHYDAH section.


README

Whydah-TypeLib

GitHub tag (latest SemVer) Build Status GitHub commit activity Project Status: Active – The project has reached a stable, usable state and is being actively developed. Known Vulnerabilities

Documentation

See https://wiki.cantara.no/display/whydah/Key+Whydah+Data+Structures

Binaries

Binaries and dependency information for Maven, Ivy, Gradle and others can be found at https://mvnrepo.cantara.no.

Example for Maven :

        <dependency>
            <groupId>net.whydah.sso</groupId>
            <artifactId>Whydah-TypeLib</artifactId>
            <version>x.y.z</version>
        </dependency>

LICENSE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.