GroupId | GroupIdorg.polystat |
---|---|
ArtifactId | ArtifactIdpolystat |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
polystat-0.3.0.pom | |
polystat-0.3.0.jar | 13 KB |
polystat-0.3.0-sources.jar | 14 KB |
polystat-0.3.0-javadoc.jar | 409 KB |
polystat-0.3.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.polystat/polystat/
implementation 'org.polystat:polystat:0.3.0'
// https://jarcasting.com/artifacts/org.polystat/polystat/
implementation ("org.polystat:polystat:0.3.0")
'org.polystat:polystat:jar:0.3.0'
<dependency org="org.polystat" name="polystat" rev="0.3.0">
<artifact name="polystat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.polystat', module='polystat', version='0.3.0')
)
libraryDependencies += "org.polystat" % "polystat" % "0.3.0"
[org.polystat/polystat "0.3.0"]