GroupId | GroupIdedu.washington.cs.knowitall |
---|---|
ArtifactId | ArtifactIdknowitall-oss |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionknowitall
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
knowitall-oss-1.0.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.washington.cs.knowitall/knowitall-oss/ -->
<dependency>
<groupId>edu.washington.cs.knowitall</groupId>
<artifactId>knowitall-oss</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/edu.washington.cs.knowitall/knowitall-oss/
implementation 'edu.washington.cs.knowitall:knowitall-oss:1.0.2'
// https://jarcasting.com/artifacts/edu.washington.cs.knowitall/knowitall-oss/
implementation ("edu.washington.cs.knowitall:knowitall-oss:1.0.2")
'edu.washington.cs.knowitall:knowitall-oss:pom:1.0.2'
<dependency org="edu.washington.cs.knowitall" name="knowitall-oss" rev="1.0.2">
<artifact name="knowitall-oss" type="pom" />
</dependency>
@Grapes(
@Grab(group='edu.washington.cs.knowitall', module='knowitall-oss', version='1.0.2')
)
libraryDependencies += "edu.washington.cs.knowitall" % "knowitall-oss" % "1.0.2"
[edu.washington.cs.knowitall/knowitall-oss "1.0.2"]