GroupId | GroupIdcom.github.robfletcher |
---|---|
ArtifactId | ArtifactIdbetamax |
Version | Version1.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
betamax-1.0-M1.pom | |
betamax-1.0-M1.jar | 104 KB |
betamax-1.0-M1-sources.jar | 19 KB |
betamax-1.0-M1-javadoc.jar | 261 bytes |
betamax-1.0-M1-groovydoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robfletcher/betamax/ -->
<dependency>
<groupId>com.github.robfletcher</groupId>
<artifactId>betamax</artifactId>
<version>1.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robfletcher/betamax/
implementation 'com.github.robfletcher:betamax:1.0-M1'
// https://jarcasting.com/artifacts/com.github.robfletcher/betamax/
implementation ("com.github.robfletcher:betamax:1.0-M1")
'com.github.robfletcher:betamax:jar:1.0-M1'
<dependency org="com.github.robfletcher" name="betamax" rev="1.0-M1">
<artifact name="betamax" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robfletcher', module='betamax', version='1.0-M1')
)
libraryDependencies += "com.github.robfletcher" % "betamax" % "1.0-M1"
[com.github.robfletcher/betamax "1.0-M1"]