GroupId | GroupIdcom.lodsve |
---|---|
ArtifactId | ArtifactIdlodsve-web |
Version | Version2.7.4-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
lodsve-web-2.7.4-RELEASE.pom | |
lodsve-web-2.7.4-RELEASE.jar | 72 KB |
lodsve-web-2.7.4-RELEASE-sources.jar | 58 KB |
lodsve-web-2.7.4-RELEASE-javadoc.jar | 303 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lodsve/lodsve-web/ -->
<dependency>
<groupId>com.lodsve</groupId>
<artifactId>lodsve-web</artifactId>
<version>2.7.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.lodsve/lodsve-web/
implementation 'com.lodsve:lodsve-web:2.7.4-RELEASE'
// https://jarcasting.com/artifacts/com.lodsve/lodsve-web/
implementation ("com.lodsve:lodsve-web:2.7.4-RELEASE")
'com.lodsve:lodsve-web:jar:2.7.4-RELEASE'
<dependency org="com.lodsve" name="lodsve-web" rev="2.7.4-RELEASE">
<artifact name="lodsve-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lodsve', module='lodsve-web', version='2.7.4-RELEASE')
)
libraryDependencies += "com.lodsve" % "lodsve-web" % "2.7.4-RELEASE"
[com.lodsve/lodsve-web "2.7.4-RELEASE"]