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