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