Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.openengsb.examples |
ArtifactId | ArtifactIdorg.openengsb.examples.remoteclient |
Version | Version2.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.openengsb.examples/org.openengsb.examples.remoteclient/ -->
<dependency>
<groupId>org.openengsb.examples</groupId>
<artifactId>org.openengsb.examples.remoteclient</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.openengsb.examples/org.openengsb.examples.remoteclient/
implementation 'org.openengsb.examples:org.openengsb.examples.remoteclient:2.4.1'
// https://jarcasting.com/artifacts/org.openengsb.examples/org.openengsb.examples.remoteclient/
implementation ("org.openengsb.examples:org.openengsb.examples.remoteclient:2.4.1")
'org.openengsb.examples:org.openengsb.examples.remoteclient:jar:2.4.1'
<dependency org="org.openengsb.examples" name="org.openengsb.examples.remoteclient" rev="2.4.1">
<artifact name="org.openengsb.examples.remoteclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openengsb.examples', module='org.openengsb.examples.remoteclient', version='2.4.1')
)
libraryDependencies += "org.openengsb.examples" % "org.openengsb.examples.remoteclient" % "2.4.1"
[org.openengsb.examples/org.openengsb.examples.remoteclient "2.4.1"]