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