GroupId | GroupIdca.bc.gov.open.cpf |
---|---|
ArtifactId | ArtifactIdcpf-war-app |
Version | Version5.0.3-RELEASE |
Type | Typewar |
Filename | Size |
---|---|
cpf-war-app-5.0.3-RELEASE.pom | |
cpf-war-app-5.0.3-RELEASE.war | 34 MB |
cpf-war-app-5.0.3-RELEASE-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.bc.gov.open.cpf/cpf-war-app/ -->
<dependency>
<groupId>ca.bc.gov.open.cpf</groupId>
<artifactId>cpf-war-app</artifactId>
<version>5.0.3-RELEASE</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf/cpf-war-app/
implementation 'ca.bc.gov.open.cpf:cpf-war-app:5.0.3-RELEASE'
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf/cpf-war-app/
implementation ("ca.bc.gov.open.cpf:cpf-war-app:5.0.3-RELEASE")
'ca.bc.gov.open.cpf:cpf-war-app:war:5.0.3-RELEASE'
<dependency org="ca.bc.gov.open.cpf" name="cpf-war-app" rev="5.0.3-RELEASE">
<artifact name="cpf-war-app" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.bc.gov.open.cpf', module='cpf-war-app', version='5.0.3-RELEASE')
)
libraryDependencies += "ca.bc.gov.open.cpf" % "cpf-war-app" % "5.0.3-RELEASE"
[ca.bc.gov.open.cpf/cpf-war-app "5.0.3-RELEASE"]