p

polystat

Polyglot Static Analyzer
MIT
Polystat
Yegor Bugayenko
Files download
File Operation
polystat-0.4.2.jar download
polystat-0.4.2.pom download
polystat-0.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.polystat</groupId>
  <artifactId>polystat</artifactId>
  <version>0.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.polystat:polystat:0.4.2'
Gradle Kotlin
implementation("org.polystat:polystat:0.4.2")
Scala SBT
libraryDependencies += "org.polystat" % "polystat" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.polystat', module='polystat', version='0.4.2')
)
Apache Ivy
<dependency org="org.polystat" name="polystat" rev="0.4.2" />
Leiningen
[org.polystat/polystat "0.4.2"]
Apache Buildr
'org.polystat:polystat:jar:0.4.2'