GroupId | GroupIdcom.sprylab.webinloop |
---|---|
ArtifactId | ArtifactIdwebinloop |
Version | Version0.8.8 |
Type | Typejar |
Filename | Size |
---|---|
webinloop-0.8.8.pom | |
webinloop-0.8.8.jar | 161 KB |
webinloop-0.8.8-sources.jar | 147 KB |
webinloop-0.8.8-javadoc.jar | 299 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sprylab.webinloop/webinloop/ -->
<dependency>
<groupId>com.sprylab.webinloop</groupId>
<artifactId>webinloop</artifactId>
<version>0.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.sprylab.webinloop/webinloop/
implementation 'com.sprylab.webinloop:webinloop:0.8.8'
// https://jarcasting.com/artifacts/com.sprylab.webinloop/webinloop/
implementation ("com.sprylab.webinloop:webinloop:0.8.8")
'com.sprylab.webinloop:webinloop:jar:0.8.8'
<dependency org="com.sprylab.webinloop" name="webinloop" rev="0.8.8">
<artifact name="webinloop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sprylab.webinloop', module='webinloop', version='0.8.8')
)
libraryDependencies += "com.sprylab.webinloop" % "webinloop" % "0.8.8"
[com.sprylab.webinloop/webinloop "0.8.8"]