MVN

org.aksw.data.config : aksw-data-deployment

Maven & Gradle

Dec 14, 2023
0 stars

AKSW Data Deployment Configuration · An Apache Maven pom.xml file with common settings for deploying data artifacts to the AKSW infrastructure.

<dependency>
    <groupId>org.aksw.data.config</groupId>
    <artifactId>aksw-data-deployment</artifactId>
    <version>0.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aksw.data.config : aksw-data-deployment to add to Maven - Latest Versions:

  • Latest Stable: 0.0.6

All Versions

Choose a version of org.aksw.data.config : aksw-data-deployment to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
aksw-data-deployment-0.0.6
aksw-data-deployment-0.0.5
aksw-data-deployment-0.0.4
aksw-data-deployment-0.0.3
aksw-data-deployment-0.0.2
aksw-data-deployment-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.aksw.data.config</groupId>
    <artifactId>aksw-data-deployment</artifactId>
    <version>0.0.6</version>
</dependency>