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