leet-chem-dataimport
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.molecules</groupId>
<artifactId>leet-chem-dataimport</artifactId>
<version>0.0.11</version>
</dependency><?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/maven-v4_0_0.xsd">
<parent>
<artifactId>leet</artifactId>
<groupId>tech.molecules</groupId>
<version>0.0.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>leet-chem-dataimport</artifactId>
<name>leet-chem-dataimport</name>
<version>0.0.11</version>
<description>Tools for importing chemistry data, e.g. from chembl and similar resources.</description>
<url>https://github.com/lithom/leet-chem</url>
<developers>
<developer>
<name>Thomas Liphardt</name>
<email>liphardtt@gmail.com</email>
<organization>Idorsia Pharmaceuticals Ltd.</organization>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/lithom/leet-chem.git</connection>
<developerConnection>scm:git:ssh://github.com:lithom/leet-chem.git</developerConnection>
<url>https://github.com/lithom/leet-chem</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>
</reporting>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>