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