is not current version
Last Version 2.2.0

com.selesse:jxlint 1.7.2

Framework for doing static analysis in Java

GroupId

GroupId

com.selesse
ArtifactId

ArtifactId

jxlint
Version

Version

1.7.2
Type

Type

jar

Download jxlint 1.7.2


<!-- https://jarcasting.com/artifacts/com.selesse/jxlint/ -->
<dependency>
    <groupId>com.selesse</groupId>
    <artifactId>jxlint</artifactId>
    <version>1.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.selesse/jxlint/
implementation 'com.selesse:jxlint:1.7.2'
// https://jarcasting.com/artifacts/com.selesse/jxlint/
implementation ("com.selesse:jxlint:1.7.2")
'com.selesse:jxlint:jar:1.7.2'
<dependency org="com.selesse" name="jxlint" rev="1.7.2">
  <artifact name="jxlint" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.selesse', module='jxlint', version='1.7.2')
)
libraryDependencies += "com.selesse" % "jxlint" % "1.7.2"
[com.selesse/jxlint "1.7.2"]