e

elucidation

Elucidation is a set of tools to allow for the visualization of the connections between microservices that make up an environment.
https://github.com/elucidation-project/elucidation
Elucidation Project
Files download
File Operation
elucidation-5.0.1.pom download
Apache Maven
<dependency>
  <groupId>org.kiwiproject</groupId>
  <artifactId>elucidation</artifactId>
  <version>5.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.kiwiproject:elucidation:5.0.1'
Gradle Kotlin
implementation("org.kiwiproject:elucidation:5.0.1")
Scala SBT
libraryDependencies += "org.kiwiproject" % "elucidation" % "5.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.kiwiproject', module='elucidation', version='5.0.1')
)
Apache Ivy
<dependency org="org.kiwiproject" name="elucidation" rev="5.0.1" />
Leiningen
[org.kiwiproject/elucidation "5.0.1"]
Apache Buildr
'org.kiwiproject:elucidation:jar:5.0.1'