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