GroupId | GroupIdio.github.crew102 |
---|---|
ArtifactId | ArtifactIdrapidrake |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
rapidrake-0.1.0.pom | |
rapidrake-0.1.0.jar | 18 KB |
rapidrake-0.1.0-sources.jar | 10 KB |
rapidrake-0.1.0-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.crew102/rapidrake/ -->
<dependency>
<groupId>io.github.crew102</groupId>
<artifactId>rapidrake</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.crew102/rapidrake/
implementation 'io.github.crew102:rapidrake:0.1.0'
// https://jarcasting.com/artifacts/io.github.crew102/rapidrake/
implementation ("io.github.crew102:rapidrake:0.1.0")
'io.github.crew102:rapidrake:jar:0.1.0'
<dependency org="io.github.crew102" name="rapidrake" rev="0.1.0">
<artifact name="rapidrake" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.crew102', module='rapidrake', version='0.1.0')
)
libraryDependencies += "io.github.crew102" % "rapidrake" % "0.1.0"
[io.github.crew102/rapidrake "0.1.0"]