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