CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 05:34:52 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090929011616
location: https://web.archive.org/web/20090929011616/https://github.com/benjaminjackman/brewmaster
server-timing: captures_list;dur=0.945415, exclusion.robots;dur=0.031505, exclusion.robots.policy;dur=0.015013, esindex;dur=0.015421, cdx.remote;dur=15.446426, LoadShardBlock;dur=1566.444473, PetaboxLoader3.datanode;dur=1432.523666, PetaboxLoader3.resolve;dur=88.067342
x-app-server: wwwb-app216
x-ts: 302
x-tr: 1649
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 05:34:53 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 29 Sep 2009 01:16:16 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "c8a97afa09fd76fa2c91c1c8bc8f29cb"
x-archive-orig-x-runtime: 68ms
x-archive-orig-content-length: 23346
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 29 Sep 2009 01:16:16 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 29 Sep 2009 01:16:16 GMT", ; rel="memento"; datetime="Tue, 29 Sep 2009 01:16:16 GMT", ; rel="next memento"; datetime="Mon, 11 Jun 2018 00:26:48 GMT", ; rel="last memento"; datetime="Tue, 27 Oct 2020 18:43:54 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_12_20090928214900_crawl101.gpg-c/52_12_20090929011614_crawl101.arc.gz
server-timing: captures_list;dur=0.651158, exclusion.robots;dur=0.026343, exclusion.robots.policy;dur=0.012830, esindex;dur=0.014668, cdx.remote;dur=31.163836, LoadShardBlock;dur=234.096525, PetaboxLoader3.datanode;dur=179.603951, PetaboxLoader3.resolve;dur=420.399634, load_resource;dur=387.398500
x-app-server: wwwb-app216
x-ts: 200
x-tr: 720
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
benjaminjackman's brewmaster at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | A Configuration Library for Scala / Java edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/benjaminjackman/brewmaster.git
Give this clone URL to anyone.
git clone git://github.com/benjaminjackman/brewmaster.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:benjaminjackman/brewmaster.git
|
name | age | message | |
---|---|---|---|
![]() |
.classpath | Loading commit data... ![]() |
|
![]() |
.gitignore | ||
![]() |
.project | ||
![]() |
LICENSE | ||
![]() |
README | ||
![]() |
brewmaster-annotations/ | ||
![]() |
brewmaster-core/ | ||
![]() |
etc/ | ||
![]() |
pom.xml |
README
____ _ | _ \ | | | |_) |_ __ _____ ___ __ ___ __ _ ___| |_ ___ _ __ | _ <| '__/ _ \ \ /\ / / '_ ` _ \ / _` / __| __/ _ \ '__| | |_) | | | __/\ V V /| | | | | | (_| \__ \ || __/ | |____/|_| \___| \_/\_/ |_| |_| |_|\__,_|___/\__\___|_| Copyright Ben Jackman 2009 Brewmaster, A groovy script based configuration framework for scala (and maybe java too) Depends on: Groovy Google Guice Motivation: Programs are often structured as trees of components. Brewmaster makes configuring programs fashioned in this was a snap. Brewmaster also allows for programs to be refreshed while running by changing the groovy script that started them, all changes will then be automatically propagated throughout the program. For examples of uses explore the classes under the test folder.
This feature is coming soon. Sit tight!