GroupId | GroupIdcom.jwebmp |
---|---|
ArtifactId | ArtifactIdjwebmp-atmosphere |
Version | Version0.58.0.21-RCTEST |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jwebmp/jwebmp-atmosphere/ -->
<dependency>
<groupId>com.jwebmp</groupId>
<artifactId>jwebmp-atmosphere</artifactId>
<version>0.58.0.21-RCTEST</version>
</dependency>
// https://jarcasting.com/artifacts/com.jwebmp/jwebmp-atmosphere/
implementation 'com.jwebmp:jwebmp-atmosphere:0.58.0.21-RCTEST'
// https://jarcasting.com/artifacts/com.jwebmp/jwebmp-atmosphere/
implementation ("com.jwebmp:jwebmp-atmosphere:0.58.0.21-RCTEST")
'com.jwebmp:jwebmp-atmosphere:jar:0.58.0.21-RCTEST'
<dependency org="com.jwebmp" name="jwebmp-atmosphere" rev="0.58.0.21-RCTEST">
<artifact name="jwebmp-atmosphere" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jwebmp', module='jwebmp-atmosphere', version='0.58.0.21-RCTEST')
)
libraryDependencies += "com.jwebmp" % "jwebmp-atmosphere" % "0.58.0.21-RCTEST"
[com.jwebmp/jwebmp-atmosphere "0.58.0.21-RCTEST"]