Download muon-core-7.4.1.jar file - Jar m

Jar examples for m:muon-core

Description

Muon is a toolkit for building highly portable, polyglot, reactive microservices. Muon Core is the central foundation library for Muon on the JVM.

You can download jar file muon-core 7.4.1 in this page.

License

The GNU Lesser General Public License, Version 3.0

Build File

You can use the following script to add muon-core-7.4.1.jar to your project.

<dependency>
   <groupId>io.muoncore</groupId>
   <artifactId>muon-core</artifactId>
   <version>7.4.1</version>
</dependency>
compile group: 'io.muoncore', name: 'muon-core', version: '7.4.1'
libraryDependencies += "io.muoncore" % "muon-core" % "7.4.1"
<dependency org="io.muoncore" name="muon-core" rev="7.4.1"/>
@Grapes(@Grab(group='io.muoncore', module='muon-core', version='7.4.1'))
'io.muoncore:muon-core:jar:7.4.1'

Download

Click the following link to download the jar file.

muon-core-7.4.1-javadoc.jar
muon-core-7.4.1-sources.jar
muon-core-7.4.1.jar
muon-core-7.4.1.pom



Related Tutorials