| GroupId | GroupIdcom.indeed |
|---|---|
| ArtifactId | ArtifactIdproctor-webapp |
| Version | Version1.7.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| proctor-webapp-1.7.0.pom | |
| proctor-webapp-1.7.0.war | 21 MB |
| proctor-webapp-1.7.0-sources.jar | 285 KB |
| proctor-webapp-1.7.0-javadoc.jar | 281 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.indeed/proctor-webapp/ -->
<dependency>
<groupId>com.indeed</groupId>
<artifactId>proctor-webapp</artifactId>
<version>1.7.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.indeed/proctor-webapp/
implementation 'com.indeed:proctor-webapp:1.7.0'
// https://jarcasting.com/artifacts/com.indeed/proctor-webapp/
implementation ("com.indeed:proctor-webapp:1.7.0")
'com.indeed:proctor-webapp:war:1.7.0'
<dependency org="com.indeed" name="proctor-webapp" rev="1.7.0">
<artifact name="proctor-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.indeed', module='proctor-webapp', version='1.7.0')
)
libraryDependencies += "com.indeed" % "proctor-webapp" % "1.7.0"
[com.indeed/proctor-webapp "1.7.0"]