| License | License | 
|---|---|
| Categories | CategoriesKotlin Languages | 
| GroupId | GroupIdcom.riskalyze | 
| ArtifactId | ArtifactIdalerts-kotlin | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionRiskalyze Alerts Library (JVM) This alerts module is used to standardize alerting for JVM-based application. It uses a modular driver system to allow easily swapping out alerting services. | 
| Filename | Size | 
|---|---|
| alerts-kotlin-1.0.0.pom | |
| alerts-kotlin-1.0.0.jar | 37 KB | 
| alerts-kotlin-1.0.0-sources.jar | 10 KB | 
| alerts-kotlin-1.0.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.riskalyze/alerts-kotlin/ -->
<dependency>
    <groupId>com.riskalyze</groupId>
    <artifactId>alerts-kotlin</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.riskalyze/alerts-kotlin/
implementation 'com.riskalyze:alerts-kotlin:1.0.0'// https://jarcasting.com/artifacts/com.riskalyze/alerts-kotlin/
implementation ("com.riskalyze:alerts-kotlin:1.0.0")'com.riskalyze:alerts-kotlin:jar:1.0.0'<dependency org="com.riskalyze" name="alerts-kotlin" rev="1.0.0">
  <artifact name="alerts-kotlin" type="jar" />
</dependency>@Grapes(
@Grab(group='com.riskalyze', module='alerts-kotlin', version='1.0.0')
)libraryDependencies += "com.riskalyze" % "alerts-kotlin" % "1.0.0"[com.riskalyze/alerts-kotlin "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jre8 | jar | 1.1.60 | 
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.1.60 | 
| com.squareup.okhttp3 : okhttp | jar | 3.9.0 | 
| com.google.code.gson : gson | jar | 2.8.2 | 
| com.kstruct : gethostname4j | jar | 0.0.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.jetbrains.kotlin : kotlin-test | jar | |
| org.jetbrains.kotlin : kotlin-test-junit | jar |