is not current version
Last Version 3.0.0

com.mindscapehq:core 2.0.0

The official provider for the Raygun error tracking service. This core project is plugged in to your desktop, mobile or web application, and performs the actual sending.

GroupId

GroupId

com.mindscapehq
ArtifactId

ArtifactId

core
Version

Version

2.0.0
Type

Type

jar

Download core 2.0.0


<!-- https://jarcasting.com/artifacts/com.mindscapehq/core/ -->
<dependency>
    <groupId>com.mindscapehq</groupId>
    <artifactId>core</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mindscapehq/core/
implementation 'com.mindscapehq:core:2.0.0'
// https://jarcasting.com/artifacts/com.mindscapehq/core/
implementation ("com.mindscapehq:core:2.0.0")
'com.mindscapehq:core:jar:2.0.0'
<dependency org="com.mindscapehq" name="core" rev="2.0.0">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mindscapehq', module='core', version='2.0.0')
)
libraryDependencies += "com.mindscapehq" % "core" % "2.0.0"
[com.mindscapehq/core "2.0.0"]