GroupId | GroupIdorg.polystat |
---|---|
ArtifactId | ArtifactIdpolystat |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
polystat-0.4.0.pom | |
polystat-0.4.0.jar | 14 KB |
polystat-0.4.0-sources.jar | 14 KB |
polystat-0.4.0-javadoc.jar | 409 KB |
polystat-0.4.0-jar-with-dependencies.jar | 48 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.polystat/polystat/ -->
<dependency>
<groupId>org.polystat</groupId>
<artifactId>polystat</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.polystat/polystat/
implementation 'org.polystat:polystat:0.4.0'
// https://jarcasting.com/artifacts/org.polystat/polystat/
implementation ("org.polystat:polystat:0.4.0")
'org.polystat:polystat:jar:0.4.0'
<dependency org="org.polystat" name="polystat" rev="0.4.0">
<artifact name="polystat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.polystat', module='polystat', version='0.4.0')
)
libraryDependencies += "org.polystat" % "polystat" % "0.4.0"
[org.polystat/polystat "0.4.0"]