e

edigen-maven-plugin

A Maven Plugin for Emulator Disassembler Generator
http://github.com/emustudio/edigen-maven-plugin
GPL-2.0+
Matúš Sulír Peter Jakubčo
Files download
File Operation
edigen-maven-plugin-1.3.jar download
edigen-maven-plugin-1.3.pom download
edigen-maven-plugin-1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.emustudio</groupId>
  <artifactId>edigen-maven-plugin</artifactId>
  <version>1.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.emustudio:edigen-maven-plugin:1.3'
Gradle Kotlin
implementation("net.emustudio:edigen-maven-plugin:1.3")
Scala SBT
libraryDependencies += "net.emustudio" % "edigen-maven-plugin" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='net.emustudio', module='edigen-maven-plugin', version='1.3')
)
Apache Ivy
<dependency org="net.emustudio" name="edigen-maven-plugin" rev="1.3" />
Leiningen
[net.emustudio/edigen-maven-plugin "1.3"]
Apache Buildr
'net.emustudio:edigen-maven-plugin:jar:1.3'