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