GroupId | GroupIdedu.ucr.cs.bdlab |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.8.2 |
Type | Typejar |
Filename | Size |
---|---|
common-0.8.2.pom | |
common-0.8.2.jar | 103 KB |
common-0.8.2-sources.jar | 48 KB |
common-0.8.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/common/ -->
<dependency>
<groupId>edu.ucr.cs.bdlab</groupId>
<artifactId>common</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/common/
implementation 'edu.ucr.cs.bdlab:common:0.8.2'
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/common/
implementation ("edu.ucr.cs.bdlab:common:0.8.2")
'edu.ucr.cs.bdlab:common:jar:0.8.2'
<dependency org="edu.ucr.cs.bdlab" name="common" rev="0.8.2">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucr.cs.bdlab', module='common', version='0.8.2')
)
libraryDependencies += "edu.ucr.cs.bdlab" % "common" % "0.8.2"
[edu.ucr.cs.bdlab/common "0.8.2"]