GroupId | GroupIdcom.sprylab.webinloop |
---|---|
ArtifactId | ArtifactIdwebinloop |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
webinloop-0.8.4.pom | |
webinloop-0.8.4.jar | 160 KB |
webinloop-0.8.4-sources.jar | 147 KB |
webinloop-0.8.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sprylab.webinloop/webinloop/
implementation 'com.sprylab.webinloop:webinloop:0.8.4'
// https://jarcasting.com/artifacts/com.sprylab.webinloop/webinloop/
implementation ("com.sprylab.webinloop:webinloop:0.8.4")
'com.sprylab.webinloop:webinloop:jar:0.8.4'
<dependency org="com.sprylab.webinloop" name="webinloop" rev="0.8.4">
<artifact name="webinloop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sprylab.webinloop', module='webinloop', version='0.8.4')
)
libraryDependencies += "com.sprylab.webinloop" % "webinloop" % "0.8.4"
[com.sprylab.webinloop/webinloop "0.8.4"]