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