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