Easily create Java Dependency from String - Mendix Forum

Easily create Java Dependency from String

0

Hey there,

 

usually when adding dependencies to a package manager of your choosing (maven, gradle,...) you just get some form of string that you add to your configuration. Like this:

<!-- https://mvnrepository.com/artifact/org.apache.poi/poi -->
<dependency>
    <groupId>org.apache.poi</groupId>
    <artifactId>poi</artifactId>
    <version>5.4.1</version>
</dependency>

It would be nice If we could just paste this string and it automatically parses it and fills the required information in the module settings.

 

BR

Oscar

asked
0 answers