In this page we are giving Maven Dependency of com.nfbsoftware >> sans-server-plugin version1.0.23
You should include the dependency code given in this page to add Maven Dependency of com.nfbsoftware >> sans-server-plugin version1.0.23 in your project.
In this page we are going to discuss about sans-server-plugin version 1.0.23 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use sans-server-plugin version 1.0.23 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of sans-server-plugin version 1.0.23 and include 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 you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...
Maven dependency of sans-server-plugin version 1.0.23:
<dependency> <groupId>com.nfbsoftware</groupId> <artifactId>sans-server-plugin</artifactId> <version>1.0.23</version> </dependency>
Gradle Dependency of sans-server-plugin version 1.0.23
compile group: 'com.nfbsoftware', name: 'sans-server-plugin', version: '1.0.23'
SBT Dependency of sans-server-plugin version 1.0.23
libraryDependencies += "com.nfbsoftware" % "sans-server-plugin" % "1.0.23"
Ivy Dependency of sans-server-plugin version 1.0.23
<dependency org="com.nfbsoftware" name="sans-server-plugin" rev="1.0.23"/>
Grape Dependency of sans-server-plugin version 1.0.23
@Grapes( @Grab(group='com.nfbsoftware', module='sans-server-plugin', version='1.0.23') )
Leiningen Dependency of sans-server-plugin version 1.0.23
[com.nfbsoftware/sans-server-plugin "1.0.23"]
Buildr Dependency of sans-server-plugin version 1.0.23
'com.nfbsoftware:sans-server-plugin:jar:1.0.23'
Advertisements