Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.midu |
ArtifactId | ArtifactIdmdsn-client |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
mdsn-client-1.3.6.pom | |
mdsn-client-1.3.6.jar | 85 KB |
mdsn-client-1.3.6-sources.jar | 45 KB |
mdsn-client-1.3.6-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.midu/mdsn-client/ -->
<dependency>
<groupId>com.midu</groupId>
<artifactId>mdsn-client</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.midu/mdsn-client/
implementation 'com.midu:mdsn-client:1.3.6'
// https://jarcasting.com/artifacts/com.midu/mdsn-client/
implementation ("com.midu:mdsn-client:1.3.6")
'com.midu:mdsn-client:jar:1.3.6'
<dependency org="com.midu" name="mdsn-client" rev="1.3.6">
<artifact name="mdsn-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.midu', module='mdsn-client', version='1.3.6')
)
libraryDependencies += "com.midu" % "mdsn-client" % "1.3.6"
[com.midu/mdsn-client "1.3.6"]