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