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