GroupId | GroupIdio.mdsl |
---|---|
ArtifactId | ArtifactIdmdsl-core |
Version | Version5.4.3 |
Type | Typejar |
Filename | Size |
---|---|
mdsl-core-5.4.3.pom | |
mdsl-core-5.4.3.jar | 1 MB |
mdsl-core-5.4.3-sources.jar | 862 KB |
mdsl-core-5.4.3-javadoc.jar | 2 MB |
Browse |
<!-- 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"]