![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.maven.com.github.skyghis.j-interop-ng-deps.pom.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.skyghis</groupId> <artifactId>j-interop-ng-parent</artifactId> <version>3.0.0</version> </parent> <artifactId>j-interop-ng-deps</artifactId> <name>Pure Java - COM bridge - Dependencies</name> <url>https://github.com/skyghis/j-interop-ng</url> <scm> <connection>scm:git:https://github.com/skyghis/j-interop-ng.git</connection> <developerConnection>scm:git:[email protected]:skyghis/j-interop-ng.git</developerConnection> <tag>3.0.0</tag> </scm> <dependencies> <dependency> <groupId>eu.agno3.jcifs</groupId> <artifactId>jcifs-ng</artifactId> <version>2.1.3</version> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy