d

dspace-native2ascii-plugin

Since we cannot wait for this plugin to release an official version we are forking it and releasing under our own group id. I will retain all other details for license and for future reference. -MRD
http://mojo.codehaus.org/native2ascii-maven-plugin/
The MIT License
Dan Tran
Files download
File Operation
dspace-native2ascii-plugin-1.0.jar download
dspace-native2ascii-plugin-1.0.pom download
Apache Maven
<dependency>
  <groupId>org.dspace.maven.plugins</groupId>
  <artifactId>dspace-native2ascii-plugin</artifactId>
  <version>1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.dspace.maven.plugins:dspace-native2ascii-plugin:1.0'
Gradle Kotlin
implementation("org.dspace.maven.plugins:dspace-native2ascii-plugin:1.0")
Scala SBT
libraryDependencies += "org.dspace.maven.plugins" % "dspace-native2ascii-plugin" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.dspace.maven.plugins', module='dspace-native2ascii-plugin', version='1.0')
)
Apache Ivy
<dependency org="org.dspace.maven.plugins" name="dspace-native2ascii-plugin" rev="1.0" />
Leiningen
[org.dspace.maven.plugins/dspace-native2ascii-plugin "1.0"]
Apache Buildr
'org.dspace.maven.plugins:dspace-native2ascii-plugin:jar:1.0'