GroupId | GroupIdstatcvs |
---|---|
ArtifactId | ArtifactIdstatcvs-xml |
Version | Version0.9.4 |
Type | Typejar |
Filename | Size |
---|---|
statcvs-xml-0.9.4.pom | |
statcvs-xml-0.9.4.jar | 205 KB |
Browse |
<!-- https://jarcasting.com/artifacts/statcvs/statcvs-xml/ -->
<dependency>
<groupId>statcvs</groupId>
<artifactId>statcvs-xml</artifactId>
<version>0.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/statcvs/statcvs-xml/
implementation 'statcvs:statcvs-xml:0.9.4'
// https://jarcasting.com/artifacts/statcvs/statcvs-xml/
implementation ("statcvs:statcvs-xml:0.9.4")
'statcvs:statcvs-xml:jar:0.9.4'
<dependency org="statcvs" name="statcvs-xml" rev="0.9.4">
<artifact name="statcvs-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='statcvs', module='statcvs-xml', version='0.9.4')
)
libraryDependencies += "statcvs" % "statcvs-xml" % "0.9.4"
[statcvs/statcvs-xml "0.9.4"]