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