is not current version
Last Version 0.9.5-RC1

edu.ucr.cs.bdlab:common 0.2.3


GroupId

GroupId

edu.ucr.cs.bdlab
ArtifactId

ArtifactId

common
Version

Version

0.2.3
Type

Type

jar

Download common 0.2.3


<!-- https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/common/ -->
<dependency>
    <groupId>edu.ucr.cs.bdlab</groupId>
    <artifactId>common</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/common/
implementation 'edu.ucr.cs.bdlab:common:0.2.3'
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/common/
implementation ("edu.ucr.cs.bdlab:common:0.2.3")
'edu.ucr.cs.bdlab:common:jar:0.2.3'
<dependency org="edu.ucr.cs.bdlab" name="common" rev="0.2.3">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucr.cs.bdlab', module='common', version='0.2.3')
)
libraryDependencies += "edu.ucr.cs.bdlab" % "common" % "0.2.3"
[edu.ucr.cs.bdlab/common "0.2.3"]