To use this Maven module in your project, you need to add the following dependency to your Maven project:
<dependency> <groupId>com.puresoltechnologies.streaming</groupId> <artifactId>csv</artifactId> <version>1.0.1</version> </dependency>
If this project was published at Maven Central, please have also a look to the project page at Maven Central .
For other build tools use the following dependency information:
Build Tool | Dependency |
---|---|
Apache Buildr |
'com.puresoltechnologies.streaming:csv:jar:jar' |
Apache Ivy |
<dependency org="com.puresoltechnologies.streaming" name="csv" rev="1.0.1" /> |
Groovy Grape |
@Grapes( @Grab(group='com.puresoltechnologies.streaming', module='csv', version='1.0.1') ) |
Gradle/Grails |
compile 'com.puresoltechnologies.streaming:csv:jar' |
Scala SBT |
libraryDependencies += "com.puresoltechnologies.streaming" % "csv" % "1.0.1" |
Leiningen |
[com.puresoltechnologies.streaming/csv "1.0.1"] |