Skip to content

Commit e8eba13

Browse files
committed
updated readme
1 parent 82ffd3b commit e8eba13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Swagger-core is the Java implementation of Swagger. Current version supports *JA
88

99
Check out [Swagger-Spec](https://github.com/swagger-api/swagger-spec) for additional information about the Swagger project, including additional libraries with support for SpringMVC, other languages and more.
1010

11+
![Swagger Screenshot](https://raw.github.com/swagger-api/swagger-core/master/swagger-shot.jpg)
12+
1113
## See the Wiki!
1214
The [github wiki](https://github.com/swagger-api/swagger-core/wiki) contains documentation, samples, etc. Start there.
1315

@@ -32,6 +34,9 @@ Swagger core Version | Release Date | Swagger Spec compatibility | Notes |
3234
1.2.4 | 2013-06-19 | 1.1 | [tag swagger-project_2.10.0-1.2.4](https://github.com/swagger-api/swagger-core/tree/swagger-project_2.10.0-1.2.4)
3335
1.0.0 | 2011-10-16 | 1.0 | [tag v1.0](https://github.com/swagger-api/swagger-core/tree/v1.0)
3436

37+
## Where is Scala support?
38+
To allow independent development, scala support has been moved into a separate project. See the [swagger-scala-module](https://github.com/swagger-api/swagger-scala-module) for details. Play! framework support is moving outside the swagger-core project as well.
39+
3540
## Overview
3641
This is a project to build the swagger-core library, which is required for the Reverb implementation of the Swagger spec.
3742

@@ -84,3 +89,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
8489
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
8590
See the License for the specific language governing permissions and
8691
limitations under the License.
92+

0 commit comments

Comments
 (0)