https://github.com/finos/legend-shared
Legend Shared module
https://github.com/finos/legend-shared
legend modeling
Last synced: 3 months ago
JSON representation
Legend Shared module
- Host: GitHub
- URL: https://github.com/finos/legend-shared
- Owner: finos
- License: apache-2.0
- Created: 2020-08-12T12:12:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-13T17:03:56.000Z (7 months ago)
- Last Synced: 2025-06-13T17:42:59.087Z (7 months ago)
- Topics: legend, modeling
- Language: Java
- Homepage: https://legend.finos.org
- Size: 1010 KB
- Stars: 21
- Watchers: 9
- Forks: 60
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://finosfoundation.atlassian.net/wiki/display/FINOS/Incubating)
[](https://central.sonatype.com/namespace/org.finos.legend.shared)

[](https://sonarcloud.io/dashboard?id=legend-shared)
[](https://sonarcloud.io/dashboard?id=legend-shared)
# legend-shared
Shared code used across Legend applications for universal server-side functionality - hosting static files, performing authentication etc.
The important tenets for this project are:
* Code must be genuinely used by the majority of Legend applications
* New dependencies must be carefully scrutinized - the goal is to minimize unnecessary dependencies in apps.
## Development setup
This application uses Maven 3.6+ and JDK 8. Simply run `mvn install` to compile.
## Roadmap
Visit our [roadmap](https://github.com/finos/legend#roadmap) to know more about the upcoming features.
## Contributing
Visit Legend [Contribution Guide](https://github.com/finos/legend/blob/master/CONTRIBUTING.md) to learn how to contribute to Legend.
## License
Copyright 2020 Goldman Sachs
Distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
SPDX-License-Identifier: [Apache-2.0](https://spdx.org/licenses/Apache-2.0)