| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.core.runtime.compatibility |
| ArtifactId | ArtifactIdauth |
| Version | Version3.2.0-v20060601 |
| Type | Typejar |
| Filename | Size |
|---|---|
| auth-3.2.0-v20060601.pom | |
| auth-3.2.0-v20060601.jar | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.core.runtime.compatibility/auth/ -->
<dependency>
<groupId>org.eclipse.core.runtime.compatibility</groupId>
<artifactId>auth</artifactId>
<version>3.2.0-v20060601</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.core.runtime.compatibility/auth/
implementation 'org.eclipse.core.runtime.compatibility:auth:3.2.0-v20060601'
// https://jarcasting.com/artifacts/org.eclipse.core.runtime.compatibility/auth/
implementation ("org.eclipse.core.runtime.compatibility:auth:3.2.0-v20060601")
'org.eclipse.core.runtime.compatibility:auth:jar:3.2.0-v20060601'
<dependency org="org.eclipse.core.runtime.compatibility" name="auth" rev="3.2.0-v20060601">
<artifact name="auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.core.runtime.compatibility', module='auth', version='3.2.0-v20060601')
)
libraryDependencies += "org.eclipse.core.runtime.compatibility" % "auth" % "3.2.0-v20060601"
[org.eclipse.core.runtime.compatibility/auth "3.2.0-v20060601"]