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