Cite This Page
Bibliographic details for Development Environment Setup
- Page name: Development Environment Setup
- Author: Kolmafia contributors
- Publisher: Kolmafia.
- Date of last revision: 5 December 2023 01:08 UTC
- Date retrieved: 20 July 2026 10:49 UTC
- Permanent URL: https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235
- Page Version ID: 9235
Citation styles for Development Environment Setup
Development Environment Setup. (2023, December 5). Kolmafia. Retrieved 10:49, July 20, 2026 from https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235.
"Development Environment Setup." Kolmafia. 5 Dec 2023, 01:08 UTC. 20 Jul 2026, 10:49 <https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235>.
Kolmafia contributors, 'Development Environment Setup', Kolmafia, 5 December 2023, 01:08 UTC, <https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235> [accessed 20 July 2026]
Kolmafia contributors, "Development Environment Setup," Kolmafia, https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235 (accessed July 20, 2026).
Kolmafia contributors. Development Environment Setup [Internet]. Kolmafia; 2023 Dec 5, 01:08 UTC [cited 2026 Jul 20]. Available from: https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235.
Development Environment Setup, https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235 (last visited July 20, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Kolmafia",
title = "Development Environment Setup --- Kolmafia{,} ",
year = "2023",
url = "https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235",
note = "[Online; accessed 20-July-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "Kolmafia",
title = "Development Environment Setup --- Kolmafia{,} ",
year = "2023",
url = "\url{https://wiki.kolmafia.us/index.php?title=Development_Environment_Setup&oldid=9235}",
note = "[Online; accessed 20-July-2026]"
}