TauP
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>edu.sc.seis</groupId> <artifactId>TauP</artifactId> <version>2.6.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>edu.sc.seis</groupId> <artifactId>TauP</artifactId> <version>2.6.1</version> <name>TauP</name> <description>Flexible Seismic Travel-Time and Raypath Utilities.</description> <url>https://www.seis.sc.edu/TauP/</url> <licenses> <license> <name>GNU Lesser General Public License, Version 3</name> <url>https://www.gnu.org/licenses/lgpl-3.0.txt</url> </license> </licenses> <developers> <developer> <id>crotwell</id> <name>Philip Crotwell</name> <email>crotwell@seis.sc.edu</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/crotwell/TauP.git</connection> <developerConnection>scm:git:https://github.com/crotwell/TauP.git</developerConnection> <url>https://github.com/crotwell/TauP</url> </scm> <dependencies> <dependency> <groupId>edu.sc.seis</groupId> <artifactId>seisFile</artifactId> <version>2.0.4</version> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>picocli</artifactId> <groupId>info.picocli</groupId> </exclusion> <exclusion> <artifactId>woodstox-core</artifactId> <groupId>com.fasterxml.woodstox</groupId> </exclusion> <exclusion> <artifactId>httpclient</artifactId> <groupId>org.apache.httpcomponents</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-reload4j</artifactId> <version>1.7.35</version> <scope>runtime</scope> </dependency> </dependencies> </project>