GroupId | GroupIdedu.ucr.cs.bdlab |
---|---|
ArtifactId | ArtifactIdbeast |
Version | Version0.8.3 |
Type | Typepom |
Filename | Size |
---|---|
beast-0.8.3.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/beast/ -->
<dependency>
<groupId>edu.ucr.cs.bdlab</groupId>
<artifactId>beast</artifactId>
<version>0.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/beast/
implementation 'edu.ucr.cs.bdlab:beast:0.8.3'
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/beast/
implementation ("edu.ucr.cs.bdlab:beast:0.8.3")
'edu.ucr.cs.bdlab:beast:pom:0.8.3'
<dependency org="edu.ucr.cs.bdlab" name="beast" rev="0.8.3">
<artifact name="beast" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.ucr.cs.bdlab', module='beast', version='0.8.3')
)
libraryDependencies += "edu.ucr.cs.bdlab" % "beast" % "0.8.3"
[edu.ucr.cs.bdlab/beast "0.8.3"]