Download npm-semver-0.0.1.jar file - Jar n

Jar examples for n:npm-semver

Description

SemVer implementation that matches npm?s

You can download jar file npm-semver 0.0.1 in this page.

License

GNU Lesser General Public License, version 2.1

Build File

You can use the following script to add npm-semver-0.0.1.jar to your project.

<dependency>
   <groupId>io.takari.npm</groupId>
   <artifactId>npm-semver</artifactId>
   <version>0.0.1</version>
</dependency>
compile group: 'io.takari.npm', name: 'npm-semver', version: '0.0.1'
libraryDependencies += "io.takari.npm" % "npm-semver" % "0.0.1"
<dependency org="io.takari.npm" name="npm-semver" rev="0.0.1"/>
@Grapes(@Grab(group='io.takari.npm', module='npm-semver', version='0.0.1'))
'io.takari.npm:npm-semver:jar:0.0.1'

Download

Click the following link to download the jar file.

npm-semver-0.0.1-sources.jar
npm-semver-0.0.1.jar
npm-semver-0.0.1.pom



Related Tutorials