Skip to Main Content
Idea Portal
Status In Review
Categories Others
Created by Nils Vincent
Created on Jan 10, 2024

Make SER developed JARs available using Maven

Currently when developing own Java software projects in the context of webCube/mobileCube/Agents it is not possible to add the necessary SER developed dependencies using common technologies like Maven or Gradle.


To align develpopment in Doxis to common Java development practices, it would be good to be able to add SER dependencies declaratively using tools like Maven or Gradle. The dependencies could be stored in a custom SER repository for example.

  • Attach files
  • Thorsten Kinze
    Reply
    |
    Oct 22, 2024

    It also works great with Gradle


    repositories {
    maven {
    name "SER public maven repository (cloud)"
    url "https://sergroup.jfrog.io/artifactory/public"
    }

    }

    dependencies {

    // Doxis Java API
    implementation 'de.ser.doxis4.java-api:blueline:major.minor.patch'
    implementation 'de.ser.doxis4.java-api:sednaclient-blueline:major.minor.patch'
    .....

    }


  • Andreas Busse
    Reply
    |
    Oct 21, 2024

    @Guest see W:\INSTALL_Prod_A-Z_u_Doku\_DOXiS4\__DOXiS4_CSB\12.4.2\Doxis-JavaAPI\Documentation\maven-readMe.md for details on our artifacts in pulic JFrog repository

  • Nils Vincent
    Reply
    |
    Oct 21, 2024

    I created this idea but didn't know this has already been implemented and the repository can be found here: https://sergroup.jfrog.io/

  • Benjamin Schaller
    Reply
    |
    Jan 23, 2024

    100%