GroupId | GroupIdcom.exactpro.webchannels |
---|---|
ArtifactId | ArtifactIdwebchannels |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
webchannels-2.1.1.pom | |
webchannels-2.1.1.zip | 4 KB |
webchannels-2.1.1-sources.jar | 61 KB |
webchannels-2.1.1-javadoc.jar | 327 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.exactpro.webchannels/webchannels/ -->
<dependency>
<groupId>com.exactpro.webchannels</groupId>
<artifactId>webchannels</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.exactpro.webchannels/webchannels/
implementation 'com.exactpro.webchannels:webchannels:2.1.1'
// https://jarcasting.com/artifacts/com.exactpro.webchannels/webchannels/
implementation ("com.exactpro.webchannels:webchannels:2.1.1")
'com.exactpro.webchannels:webchannels:jar:2.1.1'
<dependency org="com.exactpro.webchannels" name="webchannels" rev="2.1.1">
<artifact name="webchannels" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.exactpro.webchannels', module='webchannels', version='2.1.1')
)
libraryDependencies += "com.exactpro.webchannels" % "webchannels" % "2.1.1"
[com.exactpro.webchannels/webchannels "2.1.1"]