Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add Maven dependency
  • Loading branch information
tarlog committed Jan 29, 2015
1 parent c19e984 commit 8c74143
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ The Swagger Validator expects additional elements to be present in the swagger.y
#### x-javaClass
**x-javaClass** defines the fully qualified name of the desired class. This is used to validate that the relevant class really exists in the classpath and it's a starting point for addition validations.

## Download
The Swagger Validator is distributed using Maven Central.

### Maven Dependency
```
<dependency>
<groupId>com.kenshoo</groupId>
<artifactId>swagger-validator</artifactId>
<version>${swagger-validator-version}</version>
</dependency>
```

## Running
The SwaggerValidator is a simple Java class. It must be run in the classpath containing all the resources and definitions.

Expand Down

1 comment on commit 8c74143

@shlomisut
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tarlog looks great!
I'd change forbidden to excluded

Please sign in to comment.