| License |
License |
|---|---|
| GroupId | GroupIdcom.github.sunnus3 |
| ArtifactId | ArtifactIdcommon-tool |
| Version | Version0.1 |
| Type | Typejar |
| Description |
Descriptiontool list
|
| Filename | Size |
|---|---|
| common-tool-0.1.pom | |
| common-tool-0.1.jar | 24 KB |
| common-tool-0.1-sources.jar | 13 KB |
| common-tool-0.1-javadoc.jar | 480 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sunnus3/common-tool/ -->
<dependency>
<groupId>com.github.sunnus3</groupId>
<artifactId>common-tool</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sunnus3/common-tool/
implementation 'com.github.sunnus3:common-tool:0.1'
// https://jarcasting.com/artifacts/com.github.sunnus3/common-tool/
implementation ("com.github.sunnus3:common-tool:0.1")
'com.github.sunnus3:common-tool:jar:0.1'
<dependency org="com.github.sunnus3" name="common-tool" rev="0.1">
<artifact name="common-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sunnus3', module='common-tool', version='0.1')
)
libraryDependencies += "com.github.sunnus3" % "common-tool" % "0.1"
[com.github.sunnus3/common-tool "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.4 |