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