GroupId | GroupIdcom.bluejeans |
---|---|
ArtifactId | ArtifactIdipc-channel-utils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
ipc-channel-utils-1.0.pom | |
ipc-channel-utils-1.0.jar | 14 KB |
ipc-channel-utils-1.0-sources.jar | 8 KB |
ipc-channel-utils-1.0-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bluejeans/ipc-channel-utils/ -->
<dependency>
<groupId>com.bluejeans</groupId>
<artifactId>ipc-channel-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bluejeans/ipc-channel-utils/
implementation 'com.bluejeans:ipc-channel-utils:1.0'
// https://jarcasting.com/artifacts/com.bluejeans/ipc-channel-utils/
implementation ("com.bluejeans:ipc-channel-utils:1.0")
'com.bluejeans:ipc-channel-utils:jar:1.0'
<dependency org="com.bluejeans" name="ipc-channel-utils" rev="1.0">
<artifact name="ipc-channel-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bluejeans', module='ipc-channel-utils', version='1.0')
)
libraryDependencies += "com.bluejeans" % "ipc-channel-utils" % "1.0"
[com.bluejeans/ipc-channel-utils "1.0"]