Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for ueditor version 1.1.3.fix. You can add these depency in your project to get cn.bestwu:ueditor:1.1.3.fix Java library in your project..
Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for ueditor version 1.1.3.fix
In this section have given the dependency code for Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency for ueditor version 1.1.3.fix. You be able to use the dependency given here for the ueditor version 1.1.3.fix just by copying and pasting your project. One you build your project the respective build tools Maven, Gradle, SBT, Ivy, Grape, Leiningen and Buildr Dependency will download the jar file and include in your project.
Maven Artifact details:
Group: cn.bestwu
Artifact: ueditor
Version: 1.1.3.fix
In this page we are going to discuss ueditor version 1.1.3.fix maven dependencies. Maven tool is a project management tool which you use to manage your project and easily use ueditor version 1.1.3.fix dependency by just including the code discussed here in the pom.xml file of your Maven project.
Maven dependency automatically downloads the dependent library of ueditor version 1.1.3.fix and includes the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained to you the dependency code of different build systems like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc.
Maven dependency of ueditor version 1.1.3.fix:
<dependency> <groupId>cn.bestwu</groupId> <artifactId>ueditor</artifactId> <version>1.1.3.fix</version> </dependency>
Gradle Dependency of ueditor version 1.1.3.fix
compile group: 'cn.bestwu', name: 'ueditor', version: '1.1.3.fix'
SBT Dependency of ueditor version 1.1.3.fix
libraryDependencies += "cn.bestwu" % "ueditor" % "1.1.3.fix"
Ivy Dependency of ueditor version 1.1.3.fix
<dependency org="cn.bestwu" name="ueditor" rev="1.1.3.fix"/>
Grape Dependency of ueditor version 1.1.3.fix
@Grapes(
@Grab(group='cn.bestwu', module='ueditor', version='1.1.3.fix')
)
Leiningen Dependency of ueditor version 1.1.3.fix
[cn.bestwu/ueditor "1.1.3.fix"]
Buildr Dependency of ueditor version 1.1.3.fix
'cn.bestwu:ueditor:jar:1.1.3.fix'
The remote public repository is very useful and it allows the developers to download Java library jar files very conveniently just by adding the respective dependency code in their project's build tools configuration.
Relevant Tutorials