GroupId | GroupIdca.bc.gov.open.cpf.plugins |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version5.0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
test-5.0.2-RELEASE.pom | |
test-5.0.2-RELEASE.jar | 13 KB |
test-5.0.2-RELEASE-sources.jar | 11 KB |
test-5.0.2-RELEASE-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/test/ -->
<dependency>
<groupId>ca.bc.gov.open.cpf.plugins</groupId>
<artifactId>test</artifactId>
<version>5.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/test/
implementation 'ca.bc.gov.open.cpf.plugins:test:5.0.2-RELEASE'
// https://jarcasting.com/artifacts/ca.bc.gov.open.cpf.plugins/test/
implementation ("ca.bc.gov.open.cpf.plugins:test:5.0.2-RELEASE")
'ca.bc.gov.open.cpf.plugins:test:jar:5.0.2-RELEASE'
<dependency org="ca.bc.gov.open.cpf.plugins" name="test" rev="5.0.2-RELEASE">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.bc.gov.open.cpf.plugins', module='test', version='5.0.2-RELEASE')
)
libraryDependencies += "ca.bc.gov.open.cpf.plugins" % "test" % "5.0.2-RELEASE"
[ca.bc.gov.open.cpf.plugins/test "5.0.2-RELEASE"]