All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mworks.client.0.0.183.source-code.pom.xml Maven / Gradle / Ivy

There is a newer version: 0.0.185
Show newest version
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>nl.bimbase.bimworks</groupId>
  <artifactId>client</artifactId>
  <version>0.0.183</version>
  <name>BimWorksJavaSdk</name>
  <description>BIM.works Java SDK</description>
  <url>https://bimbase.nl</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://www.opensource.org/licenses/mit-license.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Ruben de Laat</name>
      <email>[email protected]</email>
      <organization>BIM Base B.V.</organization>
      <organizationUrl>https://bimbase.nl</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/BIM-Base/BimWorksJavaSdk</connection>
    <developerConnection>scm:git:ssh://github.com:BIM-Base/BimWorksJavaSdk</developerConnection>
    <url>http://github.com/BIM-Base/BimWorksJavaSdk/tree/master</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
  </distributionManagement>
  <properties>
    <builtTime>2021-04-01T11:44:58.1215194</builtTime>
  </properties>
  <dependencies>
    <dependency>
      <groupId>nl.sascom.backplanepublic</groupId>
      <artifactId>client</artifactId>
      <version>0.0.113</version>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.2.3</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>nl.bimbase.bimworks</groupId>
      <artifactId>common</artifactId>
      <version>0.0.89</version>
    </dependency>
  </dependencies>
  <build>
    <sourceDirectory>src</sourceDirectory>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.8.1</version>
        <configuration>
          <release>11</release>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy