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