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