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