is not current version
Last Version 2.2.0

com.selesse:jxlint 1.3.0

Framework for doing static analysis in Java

GroupId

GroupId

com.selesse
ArtifactId

ArtifactId

jxlint
Version

Version

1.3.0
Type

Type

jar

Download jxlint 1.3.0


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