Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdco.freeside |
ArtifactId | ArtifactIdbetamax |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
betamax-1.1.1.pom | |
betamax-1.1.1.jar | 244 KB |
betamax-1.1.1-sources.jar | 41 KB |
betamax-1.1.1-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.freeside/betamax/ -->
<dependency>
<groupId>co.freeside</groupId>
<artifactId>betamax</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.freeside/betamax/
implementation 'co.freeside:betamax:1.1.1'
// https://jarcasting.com/artifacts/co.freeside/betamax/
implementation ("co.freeside:betamax:1.1.1")
'co.freeside:betamax:jar:1.1.1'
<dependency org="co.freeside" name="betamax" rev="1.1.1">
<artifact name="betamax" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.freeside', module='betamax', version='1.1.1')
)
libraryDependencies += "co.freeside" % "betamax" % "1.1.1"
[co.freeside/betamax "1.1.1"]