GroupId | GroupIdca.bc.gov.open.cpf |
---|---|
ArtifactId | ArtifactIdcpf-war-app |
Version | Version5.1.0-RELEASE |
Type | Typewar |
Filename | Size |
---|---|
cpf-war-app-5.1.0-RELEASE.pom | |
cpf-war-app-5.1.0-RELEASE.war | 34 MB |
cpf-war-app-5.1.0-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.1.0-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.1.0-RELEASE'
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf/cpf-war-app/
implementation ("ca.bc.gov.open.cpf:cpf-war-app:5.1.0-RELEASE")
'ca.bc.gov.open.cpf:cpf-war-app:war:5.1.0-RELEASE'
<dependency org="ca.bc.gov.open.cpf" name="cpf-war-app" rev="5.1.0-RELEASE">
<artifact name="cpf-war-app" type="war" />
</dependency>
@Grapes(
@Grab(group='ca.bc.gov.open.cpf', module='cpf-war-app', version='5.1.0-RELEASE')
)
libraryDependencies += "ca.bc.gov.open.cpf" % "cpf-war-app" % "5.1.0-RELEASE"
[ca.bc.gov.open.cpf/cpf-war-app "5.1.0-RELEASE"]