GroupId | GroupIdcom.intellisrc |
---|---|
ArtifactId | ArtifactIdweb |
Version | Version2.7.13 |
Type | Typejar |
Filename | Size |
---|---|
web-2.7.13.pom | |
web-2.7.13.jar | 132 KB |
web-2.7.13-sources.jar | 21 KB |
web-2.7.13-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intellisrc/web/ -->
<dependency>
<groupId>com.intellisrc</groupId>
<artifactId>web</artifactId>
<version>2.7.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.intellisrc/web/
implementation 'com.intellisrc:web:2.7.13'
// https://jarcasting.com/artifacts/com.intellisrc/web/
implementation ("com.intellisrc:web:2.7.13")
'com.intellisrc:web:jar:2.7.13'
<dependency org="com.intellisrc" name="web" rev="2.7.13">
<artifact name="web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intellisrc', module='web', version='2.7.13')
)
libraryDependencies += "com.intellisrc" % "web" % "2.7.13"
[com.intellisrc/web "2.7.13"]