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