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