Download sphinx-maven-plugin-2.1.0.jar file - Jar s

Jar examples for s:sphinx-maven-plugin

Description

Maven plugin that creates the site with Sphinx

You can download jar file sphinx-maven-plugin 2.1.0 in this page.

License

BSD License

Build File

You can use the following script to add sphinx-maven-plugin-2.1.0.jar to your project.

<dependency>
   <groupId>kr.motd.maven</groupId>
   <artifactId>sphinx-maven-plugin</artifactId>
   <version>2.1.0</version>
</dependency>
compile group: 'kr.motd.maven', name: 'sphinx-maven-plugin', version: '2.1.0'
libraryDependencies += "kr.motd.maven" % "sphinx-maven-plugin" % "2.1.0"
<dependency org="kr.motd.maven" name="sphinx-maven-plugin" rev="2.1.0"/>
@Grapes(@Grab(group='kr.motd.maven', module='sphinx-maven-plugin', version='2.1.0'))
'kr.motd.maven:sphinx-maven-plugin:jar:2.1.0'

Download

Click the following link to download the jar file.

sphinx-maven-plugin-2.1.0-javadoc.jar
sphinx-maven-plugin-2.1.0-sources.jar
sphinx-maven-plugin-2.1.0.jar
sphinx-maven-plugin-2.1.0.pom



Related Tutorials