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