<dependency> <groupId>com.brsanthu</groupId> <artifactId>data-exporter</artifactId> <version>1.0.4</version> </dependency>
implementation 'com.brsanthu:data-exporter:1.0.4'
implementation("com.brsanthu:data-exporter:1.0.4")
libraryDependencies += "com.brsanthu" % "data-exporter" % "1.0.4"
@Grapes( @Grab(group='com.brsanthu', module='data-exporter', version='1.0.4') )
<dependency org="com.brsanthu" name="data-exporter" rev="1.0.4" />
[com.brsanthu/data-exporter "1.0.4"]
'com.brsanthu:data-exporter:jar:1.0.4'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- commons-beanutils:commons-beanutils:1.8.3
|-- org.apache.commons:commons-lang3:3.1
|-- org.slf4j:slf4j-api:1.7.5
|-- org.slf4j:jcl-over-slf4j:1.7.5
test
|-- com.googlecode.openpojo:openpojo:0.3.4
|-- junit:junit:4.8.2
|-- commons-io:commons-io:2.0.1