Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic JDiagram in Maven Central Repository (Read 2542 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 720
Joined: Apr 6th, 2003
JDiagram in Maven Central Repository
Jan 19th, 2021 at 1:30pm
Print Post  
We have published JDiagram as artifact in Maven Central Repository:

https://search.maven.org/artifact/eu.mindfusion/diagramming

You can now list it as dependency in Maven or Gradle configuration files and let the build system take care of downloading and integrating the jar file.

Maven's pom.xml:
Code
Select All
<dependency>
    <groupId>eu.mindfusion</groupId>
    <artifactId>diagramming</artifactId>
    <version>4.5.1</version>
</dependency> 



Gradle's build.gradle:
Code
Select All
dependencies {
    implementation 'eu.mindfusion:diagramming:4.5.1'
} 



Or add it from your IDE's repository search:


Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint