You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project to build the swagger-core library, which is required for the Wordnik implementation of the Swagger spec. For more information about Wordnik's APIs, please visit http://developer.wordnik.com.
36
+
This is a project to build the swagger-core library, which is required for the Reverb implementation of the Swagger spec. For more information about Wordnik's APIs, please visit http://developer.wordnik.com.
37
37
38
38
39
39
### Change History
@@ -43,11 +43,11 @@ If you're interested in the change history of swagger and the swagger-core frame
43
43
### Prerequisites
44
44
You need the following installed and available in your $PATH:
45
45
46
-
<li>- Java 6, 7 (http://java.oracle.com)
46
+
<li>- Java 7 (http://java.oracle.com)
47
47
48
48
<li>- Apache maven 3.0.4 or greater (http://maven.apache.org/)
Copy file name to clipboardExpand all lines: modules/swagger-play2-utils/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ That will put the swagger-play2-utils module in your local ivy repository for us
17
17
include it in your application like this:
18
18
19
19
````
20
-
val appDependencies: Seq[sbt.ModuleID] = Seq("swagger-play2-utils" %% "swagger-play2-utils" % "1.1-SNAPSHOT")
20
+
val appDependencies: Seq[sbt.ModuleID] = Seq("swagger-play2-utils" %% "swagger-play2-utils" % "1.3.11")
21
21
22
22
````
23
23
@@ -27,7 +27,7 @@ You can then add support to your app.
27
27
28
28
There are just a single step to integrate this plugin's features app with swagger.
29
29
30
-
Add the resource listing to your routes file (you can read more about the resource listing [here](https://github.com/wordnik/swagger-core/wiki/Resource-Listing)
30
+
Add the resource listing to your routes file (you can read more about the resource listing [here](https://github.com/swagger-api/swagger-core/wiki/Resource-Listing)
31
31
32
32
````
33
33
@@ -40,4 +40,4 @@ GET /admin.xml/ping controllers.HealthController.ping()
40
40
41
41
### Sample Application
42
42
43
-
Please take a look [here](https://github.com/wordnik/swagger-core/tree/master/samples/scala-play2) for a full sample application using the Swagger Play2 utils module.
43
+
Please take a look [here](https://github.com/swagger-api/swagger-core/tree/master/samples/scala-play2) for a full sample application using the Swagger Play2 utils module.
0 commit comments