CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 21 Aug 2025 09:01:06 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100215001340
location: https://web.archive.org/web/20100215001340/https://github.com/technomancy/lein-clojars
server-timing: captures_list;dur=0.708980, exclusion.robots;dur=0.030702, exclusion.robots.policy;dur=0.018031, esindex;dur=0.011982, cdx.remote;dur=8.404428, LoadShardBlock;dur=313.397012, PetaboxLoader3.datanode;dur=101.531571, PetaboxLoader3.resolve;dur=72.325924
x-app-server: wwwb-app201
x-ts: 302
x-tr: 363
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app201; 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, 21 Aug 2025 09:01:07 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 15 Feb 2010 00:13:40 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6aa37b23c3dc586010bdc4cb54e88b16"
x-archive-orig-x-runtime: 162ms
x-archive-orig-content-length: 20829
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: Mon, 15 Feb 2010 00:13:40 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 15 Feb 2010 00:13:40 GMT", ; rel="memento"; datetime="Mon, 15 Feb 2010 00:13:40 GMT", ; rel="last memento"; datetime="Mon, 15 Feb 2010 00:13:40 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: TLA-20100214203841-01088-ia360908-c/TLA-20100215000504-00818-ia360906.us.archive.org.warc.gz
server-timing: captures_list;dur=0.552104, exclusion.robots;dur=0.041221, exclusion.robots.policy;dur=0.031587, esindex;dur=0.009454, cdx.remote;dur=11.932118, LoadShardBlock;dur=210.786693, PetaboxLoader3.datanode;dur=104.370449, PetaboxLoader3.resolve;dur=172.480696, load_resource;dur=128.273702
x-app-server: wwwb-app201
x-ts: 200
x-tr: 407
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
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
technomancy's lein-clojars at master - GitHub
This service is courtesy of Pledgie.
technomancy / lein-clojars forked from ato/lein-clojars
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
Clojars plugin for Leiningen — Read more
name | age | message | |
---|---|---|---|
![]() |
README.md | Mon Nov 16 01:17:37 -0800 2009 | Unfail the profile link. [Alex Osborne] |
![]() |
project.clj | Sun Nov 15 23:15:37 -0800 2009 | Use JSch directly rather than ant-jsch so we ca... [Alex Osborne] |
![]() |
src/ | Wed Nov 18 22:32:38 -0800 2009 | Don't rely on deps-if-missing since it was remo... [technomancy] |
README.md
Clojars.org Leiningen Plugin
This is a simple plugn for interacting with Clojars.org directly from Leiningen.
Setup
Add lein-clojars to your project's dev-dependencies. For example:
(defproject my-cool-library "1.0-SNAPSHOT"
:dev-dependencies [[lein-clojars "0.5-SNAPSHOT"]]
:repositories [["clojars" "https://clojars.org/repo"]])
Create a Clojars account and paste your SSH public key into your profile. If you don't have ssh-keygen available -- perhaps you're using Windows -- then you can use:
lein keygen
SSH keys will searched for in ~/.leiningen and ~/.ssh under the names id_rsa, id_dsa and identity.
Usage
To push your project to the Clojars repository, simply type:
lein push
TODO
Some ideas for extra commands include: search, register and add-dep.