Download snodge-1.3.4.2.jar file - Jar s

Jar examples for s:snodge

Description

A small, extensible Java library to randomly mutate JSON documents. Useful for fuzz testing.

You can download jar file snodge 1.3.4.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add snodge-1.3.4.2.jar to your project.

<dependency>
   <groupId>com.natpryce</groupId>
   <artifactId>snodge</artifactId>
   <version>1.3.4.2</version>
</dependency>
compile group: 'com.natpryce', name: 'snodge', version: '1.3.4.2'
libraryDependencies += "com.natpryce" % "snodge" % "1.3.4.2"
<dependency org="com.natpryce" name="snodge" rev="1.3.4.2"/>
@Grapes(@Grab(group='com.natpryce', module='snodge', version='1.3.4.2'))
'com.natpryce:snodge:jar:1.3.4.2'

Download

Click the following link to download the jar file.

snodge-1.3.4.2-javadoc.jar
snodge-1.3.4.2-sources.jar
snodge-1.3.4.2.jar
snodge-1.3.4.2.pom



Related Tutorials