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