| GroupId | GroupIdcom.github.lodsve |
|---|---|
| ArtifactId | ArtifactIdlodsve-framework |
| Version | Version2.5.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| lodsve-framework-2.5.6.pom | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.lodsve/lodsve-framework/ -->
<dependency>
<groupId>com.github.lodsve</groupId>
<artifactId>lodsve-framework</artifactId>
<version>2.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-framework/
implementation 'com.github.lodsve:lodsve-framework:2.5.6'
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-framework/
implementation ("com.github.lodsve:lodsve-framework:2.5.6")
'com.github.lodsve:lodsve-framework:pom:2.5.6'
<dependency org="com.github.lodsve" name="lodsve-framework" rev="2.5.6">
<artifact name="lodsve-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lodsve', module='lodsve-framework', version='2.5.6')
)
libraryDependencies += "com.github.lodsve" % "lodsve-framework" % "2.5.6"
[com.github.lodsve/lodsve-framework "2.5.6"]