License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.fundebug |
ArtifactId | ArtifactIdfundebug-java-notifier |
Version | Version0.3.1 |
Type | Typepom |
Description |
Descriptionfundebug-java-notifier
Capture Java and Spring exceptions automatically
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fundebug-java-notifier-0.3.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fundebug/fundebug-java-notifier/ -->
<dependency>
<groupId>com.fundebug</groupId>
<artifactId>fundebug-java-notifier</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fundebug/fundebug-java-notifier/
implementation 'com.fundebug:fundebug-java-notifier:0.3.1'
// https://jarcasting.com/artifacts/com.fundebug/fundebug-java-notifier/
implementation ("com.fundebug:fundebug-java-notifier:0.3.1")
'com.fundebug:fundebug-java-notifier:pom:0.3.1'
<dependency org="com.fundebug" name="fundebug-java-notifier" rev="0.3.1">
<artifact name="fundebug-java-notifier" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fundebug', module='fundebug-java-notifier', version='0.3.1')
)
libraryDependencies += "com.fundebug" % "fundebug-java-notifier" % "0.3.1"
[com.fundebug/fundebug-java-notifier "0.3.1"]