GroupId | GroupIdcom.github.lodsve |
---|---|
ArtifactId | ArtifactIdlodsve-core |
Version | Version2.5.4 |
Type | Typejar |
Filename | Size |
---|---|
lodsve-core-2.5.4.pom | |
lodsve-core-2.5.4.jar | 209 KB |
lodsve-core-2.5.4-sources.jar | 143 KB |
lodsve-core-2.5.4-javadoc.jar | 630 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lodsve/lodsve-core/ -->
<dependency>
<groupId>com.github.lodsve</groupId>
<artifactId>lodsve-core</artifactId>
<version>2.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-core/
implementation 'com.github.lodsve:lodsve-core:2.5.4'
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-core/
implementation ("com.github.lodsve:lodsve-core:2.5.4")
'com.github.lodsve:lodsve-core:jar:2.5.4'
<dependency org="com.github.lodsve" name="lodsve-core" rev="2.5.4">
<artifact name="lodsve-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lodsve', module='lodsve-core', version='2.5.4')
)
libraryDependencies += "com.github.lodsve" % "lodsve-core" % "2.5.4"
[com.github.lodsve/lodsve-core "2.5.4"]