| GroupId | GroupIdcom.supalle |
|---|---|
| ArtifactId | ArtifactIdtools-code |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tools-code-1.0.1.pom | |
| tools-code-1.0.1.jar | 21 KB |
| tools-code-1.0.1-sources.jar | 8 KB |
| tools-code-1.0.1-javadoc.jar | 49 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.supalle/tools-code/ -->
<dependency>
<groupId>com.supalle</groupId>
<artifactId>tools-code</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.supalle/tools-code/
implementation 'com.supalle:tools-code:1.0.1'
// https://jarcasting.com/artifacts/com.supalle/tools-code/
implementation ("com.supalle:tools-code:1.0.1")
'com.supalle:tools-code:jar:1.0.1'
<dependency org="com.supalle" name="tools-code" rev="1.0.1">
<artifact name="tools-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.supalle', module='tools-code', version='1.0.1')
)
libraryDependencies += "com.supalle" % "tools-code" % "1.0.1"
[com.supalle/tools-code "1.0.1"]