Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.jacorb.jacorb-demo |
ArtifactId | ArtifactIdmtclient |
Version | Version3.6 |
Type | Typejar |
Filename | Size |
---|---|
mtclient-3.6.pom | |
mtclient-3.6.jar | 28 KB |
mtclient-3.6-sources.jar | 14 KB |
mtclient-3.6-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/mtclient/ -->
<dependency>
<groupId>org.jacorb.jacorb-demo</groupId>
<artifactId>mtclient</artifactId>
<version>3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/mtclient/
implementation 'org.jacorb.jacorb-demo:mtclient:3.6'
// https://jarcasting.com/artifacts/org.jacorb.jacorb-demo/mtclient/
implementation ("org.jacorb.jacorb-demo:mtclient:3.6")
'org.jacorb.jacorb-demo:mtclient:jar:3.6'
<dependency org="org.jacorb.jacorb-demo" name="mtclient" rev="3.6">
<artifact name="mtclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacorb.jacorb-demo', module='mtclient', version='3.6')
)
libraryDependencies += "org.jacorb.jacorb-demo" % "mtclient" % "3.6"
[org.jacorb.jacorb-demo/mtclient "3.6"]