GroupId | GroupIdedu.washington.cs.knowitall.ollie |
---|---|
ArtifactId | ArtifactIdollie-core_2.9.2 |
Version | Version1.0.0.RC2 |
Type | Typejar |
Filename | Size |
---|---|
ollie-core_2.9.2-1.0.0.RC2.pom | |
ollie-core_2.9.2-1.0.0.RC2.jar | 1 MB |
ollie-core_2.9.2-1.0.0.RC2-sources.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.washington.cs.knowitall.ollie/ollie-core_2.9.2/ -->
<dependency>
<groupId>edu.washington.cs.knowitall.ollie</groupId>
<artifactId>ollie-core_2.9.2</artifactId>
<version>1.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/edu.washington.cs.knowitall.ollie/ollie-core_2.9.2/
implementation 'edu.washington.cs.knowitall.ollie:ollie-core_2.9.2:1.0.0.RC2'
// https://jarcasting.com/artifacts/edu.washington.cs.knowitall.ollie/ollie-core_2.9.2/
implementation ("edu.washington.cs.knowitall.ollie:ollie-core_2.9.2:1.0.0.RC2")
'edu.washington.cs.knowitall.ollie:ollie-core_2.9.2:jar:1.0.0.RC2'
<dependency org="edu.washington.cs.knowitall.ollie" name="ollie-core_2.9.2" rev="1.0.0.RC2">
<artifact name="ollie-core_2.9.2" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.washington.cs.knowitall.ollie', module='ollie-core_2.9.2', version='1.0.0.RC2')
)
libraryDependencies += "edu.washington.cs.knowitall.ollie" % "ollie-core_2.9.2" % "1.0.0.RC2"
[edu.washington.cs.knowitall.ollie/ollie-core_2.9.2 "1.0.0.RC2"]