| License |
License |
|---|---|
| GroupId | GroupIdio.muoncore |
| ArtifactId | ArtifactIdmuon-core |
| Version | Version7.4.1 |
| Type | Typejar |
| Description |
DescriptionMuon Core
Muon is a toolkit for building highly portable, polyglot, reactive microservices. Muon Core is the central foundation library for Muon on the JVM.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| muon-core-7.4.1.pom | |
| muon-core-7.4.1.jar | 957 KB |
| muon-core-7.4.1-sources.jar | 86 KB |
| muon-core-7.4.1-javadoc.jar | 481 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.muoncore/muon-core/ -->
<dependency>
<groupId>io.muoncore</groupId>
<artifactId>muon-core</artifactId>
<version>7.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.muoncore/muon-core/
implementation 'io.muoncore:muon-core:7.4.1'
// https://jarcasting.com/artifacts/io.muoncore/muon-core/
implementation ("io.muoncore:muon-core:7.4.1")
'io.muoncore:muon-core:jar:7.4.1'
<dependency org="io.muoncore" name="muon-core" rev="7.4.1">
<artifact name="muon-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.muoncore', module='muon-core', version='7.4.1')
)
libraryDependencies += "io.muoncore" % "muon-core" % "7.4.1"
[io.muoncore/muon-core "7.4.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.reactivestreams : reactive-streams | jar | 1.0.0 |
| com.google.code.gson : gson | jar | 2.3.1 |
| org.apache.avro : avro | jar | 1.8.1 |
| org.slf4j : slf4j-api | jar | 1.7.21 |