GroupId | GroupIdedu.ucr.cs.bdlab |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.7.0 |
Type | Typejar |
Filename | Size |
---|---|
common-0.7.0.pom | |
common-0.7.0.jar | 62 KB |
common-0.7.0-sources.jar | 39 KB |
common-0.7.0-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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/common/
implementation 'edu.ucr.cs.bdlab:common:0.7.0'
// https://jarcasting.com/artifacts/edu.ucr.cs.bdlab/common/
implementation ("edu.ucr.cs.bdlab:common:0.7.0")
'edu.ucr.cs.bdlab:common:jar:0.7.0'
<dependency org="edu.ucr.cs.bdlab" name="common" rev="0.7.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.ucr.cs.bdlab', module='common', version='0.7.0')
)
libraryDependencies += "edu.ucr.cs.bdlab" % "common" % "0.7.0"
[edu.ucr.cs.bdlab/common "0.7.0"]