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