GroupId | GroupIdcom.github.pfmiles |
---|---|
ArtifactId | ArtifactIdmin-velocity |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
min-velocity-1.0.pom | |
min-velocity-1.0.jar | 388 KB |
min-velocity-1.0-sources.jar | 435 KB |
min-velocity-1.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pfmiles/min-velocity/ -->
<dependency>
<groupId>com.github.pfmiles</groupId>
<artifactId>min-velocity</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pfmiles/min-velocity/
implementation 'com.github.pfmiles:min-velocity:1.0'
// https://jarcasting.com/artifacts/com.github.pfmiles/min-velocity/
implementation ("com.github.pfmiles:min-velocity:1.0")
'com.github.pfmiles:min-velocity:jar:1.0'
<dependency org="com.github.pfmiles" name="min-velocity" rev="1.0">
<artifact name="min-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pfmiles', module='min-velocity', version='1.0')
)
libraryDependencies += "com.github.pfmiles" % "min-velocity" % "1.0"
[com.github.pfmiles/min-velocity "1.0"]