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