Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.dreamlu |
ArtifactId | ArtifactIdlutool-core |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
lutool-core-0.0.7.pom | |
lutool-core-0.0.7.jar | 43 KB |
lutool-core-0.0.7-sources.jar | 27 KB |
lutool-core-0.0.7-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dreamlu/lutool-core/ -->
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>lutool-core</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.dreamlu/lutool-core/
implementation 'net.dreamlu:lutool-core:0.0.7'
// https://jarcasting.com/artifacts/net.dreamlu/lutool-core/
implementation ("net.dreamlu:lutool-core:0.0.7")
'net.dreamlu:lutool-core:jar:0.0.7'
<dependency org="net.dreamlu" name="lutool-core" rev="0.0.7">
<artifact name="lutool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dreamlu', module='lutool-core', version='0.0.7')
)
libraryDependencies += "net.dreamlu" % "lutool-core" % "0.0.7"
[net.dreamlu/lutool-core "0.0.7"]