Download doxia-core-1.4.jar file - Jar d

Jar examples for d:doxia-core

Description

Doxia core classes and interfaces.

You can download jar file doxia-core 1.4 in this page.

License

Apache License

Build File

You can use the following script to add doxia-core-1.4.jar to your project.

<dependency>
   <groupId>org.apache.maven.doxia</groupId>
   <artifactId>doxia-core</artifactId>
   <version>1.4</version>
</dependency>
compile group: 'org.apache.maven.doxia', name: 'doxia-core', version: '1.4'
libraryDependencies += "org.apache.maven.doxia" % "doxia-core" % "1.4"
<dependency org="org.apache.maven.doxia" name="doxia-core" rev="1.4"/>
@Grapes(@Grab(group='org.apache.maven.doxia', module='doxia-core', version='1.4'))
'org.apache.maven.doxia:doxia-core:jar:1.4'

Download

Click the following link to download the jar file.

doxia-core-1.4-javadoc.jar
doxia-core-1.4-sources.jar
doxia-core-1.4-tests.jar
doxia-core-1.4.jar
doxia-core-1.4.pom



Related Tutorials