| License |
License |
|---|---|
| GroupId | GroupIdcom.supalle |
| ArtifactId | ArtifactIdtools-code |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionSupalle Tools的Bom
|
| Filename | Size |
|---|---|
| tools-code-1.0.0.pom | |
| tools-code-1.0.0.jar | 12 KB |
| tools-code-1.0.0-sources.jar | 5 KB |
| tools-code-1.0.0-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.supalle/tools-code/ -->
<dependency>
<groupId>com.supalle</groupId>
<artifactId>tools-code</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.supalle/tools-code/
implementation 'com.supalle:tools-code:1.0.0'
// https://jarcasting.com/artifacts/com.supalle/tools-code/
implementation ("com.supalle:tools-code:1.0.0")
'com.supalle:tools-code:jar:1.0.0'
<dependency org="com.supalle" name="tools-code" rev="1.0.0">
<artifact name="tools-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.supalle', module='tools-code', version='1.0.0')
)
libraryDependencies += "com.supalle" % "tools-code" % "1.0.0"
[com.supalle/tools-code "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.1 |