-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path_config.yml
More file actions
67 lines (63 loc) · 3.19 KB
/
_config.yml
File metadata and controls
67 lines (63 loc) · 3.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
title: Scaldi
description: "Scaldi - Lightweight Dependency Injection Library"
baseurl: ""
url: "http://scaldi.org"
btheme: flatly
ga-code: UA-41090613-1
domain: scaldi.org
version:
scaldi: 0.5.8
scaldi-jsr330: 0.5.9
scaldi-play: 0.5.15
scaldi-play-23: 0.5.6
scaldi-akka: 0.5.8
link:
scaldi-github: https://github.com/scaldi
scaldi-maven: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scaldi%22
scaldi-releases: https://github.com/scaldi/scaldi/releases
scaldi-jsr330-releases: https://github.com/scaldi/scaldi-jsr330/releases
scaldi-play-releases: https://github.com/scaldi/scaldi-play/releases
scaldi-akka-releases: https://github.com/scaldi/scaldi-akka/releases
scaldi-play-example-github: https://github.com/scaldi/scaldi-play-example
scaldi-play-example-github-23: https://github.com/scaldi/scaldi-play-2.3-example
scaldi-play-example-template: https://typesafe.com/activator/template/scaldi-play-example
scaldi-play-example-template-23: http://www.typesafe.com/activator/template/scaldi-play-23-example
scaldi-play-example-blog: http://hacking-scala.org/post/51407241538/easy-dependency-injection-in-play-framework-with-scaldi
scaldi-akka-example-github: https://github.com/scaldi/scaldi-akka-example
scaldi-akka-example-template: https://typesafe.com/activator/template/scaldi-akka-example
scaldi-akka-example-blog: http://hacking-scala.org/post/79931102837/dependency-injection-in-akka-with-scaldi
scaldi-presentation: http://scaldi.github.io/scaldi-presentation
twitter: https://twitter.com/easyangel
stack-overflow: http://stackoverflow.com/questions/tagged/scaldi
stack-overflow-ask: http://stackoverflow.com/questions/ask?tags=scala,scaldi
google-groups: https://groups.google.com/forum/#!forum/scaldi
scaldi-changelog: https://github.com/scaldi/scaldi/blob/master/CHANGELOG.md
blog: http://hacking-scala.org/
scaladoc:
scaldi: http://scaldi.github.io/scaldi/latest/api
scaldi-play: http://scaldi.github.io/scaldi-play/latest/api/#scaldi.play.ScaldiSupport
scaldi-akka: http://scaldi.github.io/scaldi-akka/latest/api
scaldi-jsr330: http://scaldi.github.io/scaldi-jsr330/latest/api
repo:
scaldi: https://github.com/scaldi/scaldi
scaldi-jsr330: https://github.com/scaldi/scaldi-jsr330
scaldi-play: https://github.com/scaldi/scaldi-play
scaldi-akka: https://github.com/scaldi/scaldi-akka
maven:
scaldi: http://search.maven.org/#artifactdetails%7Corg.scaldi%7Cscaldi_
scaldi-jsr330: http://search.maven.org/#artifactdetails%7Corg.scaldi%7Cscaldi-jsr330_
scaldi-play: http://search.maven.org/#artifactdetails%7Corg.scaldi%7Cscaldi-play_
scaldi-akka: http://search.maven.org/#artifactdetails%7Corg.scaldi%7Cscaldi-akka_
issues:
scaldi: https://github.com/scaldi/scaldi/issues
scaldi-jsr330: https://github.com/scaldi/scaldi-jsr330/issues
scaldi-play: https://github.com/scaldi/scaldi-play/issues
scaldi-akka: https://github.com/scaldi/scaldi-akka/issues
website: https://github.com/scaldi/scaldi-website
jekyll: http://jekyllrb.com/
ghpages: https://pages.github.com/
markdown: kramdown
permalink: pretty
gems:
- jekyll-redirect-from
- jekyll-sitemap