is not current version
Last Version 5.4.6

io.mdsl:mdsl-core 5.4.3

A domain-specific language to specify (micro-)service contracts, data representations and endpoints.

GroupId

GroupId

io.mdsl
ArtifactId

ArtifactId

mdsl-core
Version

Version

5.4.3
Type

Type

jar

Download mdsl-core 5.4.3


<!-- https://jarcasting.com/artifacts/io.mdsl/mdsl-core/ -->
<dependency>
    <groupId>io.mdsl</groupId>
    <artifactId>mdsl-core</artifactId>
    <version>5.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.mdsl/mdsl-core/
implementation 'io.mdsl:mdsl-core:5.4.3'
// https://jarcasting.com/artifacts/io.mdsl/mdsl-core/
implementation ("io.mdsl:mdsl-core:5.4.3")
'io.mdsl:mdsl-core:jar:5.4.3'
<dependency org="io.mdsl" name="mdsl-core" rev="5.4.3">
  <artifact name="mdsl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mdsl', module='mdsl-core', version='5.4.3')
)
libraryDependencies += "io.mdsl" % "mdsl-core" % "5.4.3"
[io.mdsl/mdsl-core "5.4.3"]