is not current version
Last Version 2.2.0

com.selesse:jxlint 1.6.1

Framework for doing static analysis in Java

GroupId

GroupId

com.selesse
ArtifactId

ArtifactId

jxlint
Version

Version

1.6.1
Type

Type

jar

Download jxlint 1.6.1


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