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