| GroupId | GroupIdorg.burningwave |
|---|---|
| ArtifactId | ArtifactIdtools |
| Version | Version0.9.37 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tools-0.9.37.pom | |
| tools-0.9.37.jar | 27 KB |
| tools-0.9.37-sources.jar | 15 KB |
| tools-0.9.37-javadoc.jar | 408 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.burningwave/tools/ -->
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>tools</artifactId>
<version>0.9.37</version>
</dependency>
// https://jarcasting.com/artifacts/org.burningwave/tools/
implementation 'org.burningwave:tools:0.9.37'
// https://jarcasting.com/artifacts/org.burningwave/tools/
implementation ("org.burningwave:tools:0.9.37")
'org.burningwave:tools:jar:0.9.37'
<dependency org="org.burningwave" name="tools" rev="0.9.37">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.burningwave', module='tools', version='0.9.37')
)
libraryDependencies += "org.burningwave" % "tools" % "0.9.37"
[org.burningwave/tools "0.9.37"]