Skip to content

danimilles/IDL-Choco-mvn-dep

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

IDL-Choco-mvn-dep

The purpose of this repo is to offer the Inter-parameter Dependency Language (IDL) as a Maven project, which can be compiled as a JAR or included as a Maven dependency into other projects.

You can use this library in your project by compiling and including it as a POM dependency, as follows:

<dependency>
    <groupId>es.us.isa</groupId>
    <artifactId>idl-choco</artifactId>
    <version>0.0.1-SNAPSHOT</version>
</dependency>

About

IDL as a Maven project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 68.4%
  • Xtend 31.6%