
eycloakmock.standalone.0.17.0.source-code.README.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of standalone Show documentation
Show all versions of standalone Show documentation
Standalone keycloak-mock server for use in frontend development
The newest version!
### Rationale
The standalone module is meant to be run from command line via `java -jar standalone.jar`. As such,
all dependencies are bundled within the JAR via the
[gradle shadow plugin](https://github.com/johnrengelman/shadow).
### Note
Maven central requires uploaded artifacts to be accompanied by both a sources and a javadoc JAR
(see [Central Repository requirements](https://central.sonatype.org/pages/requirements.html#supply-javadoc-and-sources)).
On the other hand, as the gradle shadow plugin currently does not support creating sources or javadoc
for all packaged classes (see [issue 41](https://github.com/johnrengelman/shadow/issues/41)), we
provide only fake JARs and ask users to directly look at our
[Github repository](https://github.com/TNG/keycloak-mock).
© 2015 - 2025 Weber Informatics LLC | Privacy Policy