| License |
License |
|---|---|
| GroupId | GroupIdio.github.pangju666 |
| ArtifactId | ArtifactIdcommon-util |
| Version | Version1.0-Alpha |
| Type | Typejar |
| Description |
DescriptionJava Utils
Some common java tool classes
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-util-1.0-Alpha.pom | |
| common-util-1.0-Alpha.jar | 54 KB |
| common-util-1.0-Alpha-sources.jar | 35 KB |
| common-util-1.0-Alpha-javadoc.jar | 319 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.pangju666/common-util/ -->
<dependency>
<groupId>io.github.pangju666</groupId>
<artifactId>common-util</artifactId>
<version>1.0-Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pangju666/common-util/
implementation 'io.github.pangju666:common-util:1.0-Alpha'
// https://jarcasting.com/artifacts/io.github.pangju666/common-util/
implementation ("io.github.pangju666:common-util:1.0-Alpha")
'io.github.pangju666:common-util:jar:1.0-Alpha'
<dependency org="io.github.pangju666" name="common-util" rev="1.0-Alpha">
<artifact name="common-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pangju666', module='common-util', version='1.0-Alpha')
)
libraryDependencies += "io.github.pangju666" % "common-util" % "1.0-Alpha"
[io.github.pangju666/common-util "1.0-Alpha"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |