| GroupId | GroupIdwhich |
|---|---|
| ArtifactId | ArtifactIdwhich |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| which-1.0.pom | |
| which-1.0.jar | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/which/which/ -->
<dependency>
<groupId>which</groupId>
<artifactId>which</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/which/which/
implementation 'which:which:1.0'
// https://jarcasting.com/artifacts/which/which/
implementation ("which:which:1.0")
'which:which:jar:1.0'
<dependency org="which" name="which" rev="1.0">
<artifact name="which" type="jar" />
</dependency>
@Grapes(
@Grab(group='which', module='which', version='1.0')
)
libraryDependencies += "which" % "which" % "1.0"
[which "1.0"]