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