| GroupId | GroupIdcom.54w74b |
|---|---|
| ArtifactId | ArtifactIdtool-fast |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tool-fast-1.0.0.pom | |
| tool-fast-1.0.0.jar | 71 KB |
| tool-fast-1.0.0-sources.jar | 43 KB |
| tool-fast-1.0.0-javadoc.jar | 319 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.54w74b/tool-fast/ -->
<dependency>
<groupId>com.54w74b</groupId>
<artifactId>tool-fast</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.54w74b/tool-fast/
implementation 'com.54w74b:tool-fast:1.0.0'
// https://jarcasting.com/artifacts/com.54w74b/tool-fast/
implementation ("com.54w74b:tool-fast:1.0.0")
'com.54w74b:tool-fast:jar:1.0.0'
<dependency org="com.54w74b" name="tool-fast" rev="1.0.0">
<artifact name="tool-fast" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.54w74b', module='tool-fast', version='1.0.0')
)
libraryDependencies += "com.54w74b" % "tool-fast" % "1.0.0"
[com.54w74b/tool-fast "1.0.0"]