bugsplat-java
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.bugsplat</groupId> <artifactId>bugsplat-java</artifactId> <version>0.0.0</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>com.bugsplat</groupId> <artifactId>bugsplat-java</artifactId> <version>0.0.0</version> <name>bugsplat-java</name> <description>BugSplat exception reporting for JVM applications</description> <url>https://www.github.com/BugSplat-Git/bugsplat-java</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/BugSplat-Git/bugsplat-java/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>bobbyg603</id> <name>Bobby Galli</name> <email>bobby@bugsplat.com</email> </developer> <developer> <id>billbugsplat</id> <name>Bill Plunkett</name> <email>bill@bugsplat.com</email> </developer> </developers> <scm> <connection>scm:git:git://www.github.com/BugSplat-Git/bugsplat-java.git</connection> <developerConnection>scm:git:ssh://www.github.com/BugSplat-Git/bugsplat-java.git</developerConnection> <url>https://www.github.com/BugSplat-Git/bugsplat-java</url> </scm> <dependencyManagement> <dependencies> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> <version>1.10.0</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.14</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> <version>4.5.14</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20230227</version> <scope>runtime</scope> </dependency> </dependencies> </project>