is not current version
Last Version 2.0.0

com.github.sebhoss:null-analysis 1.0.0

Code related to NULL analysis

GroupId

GroupId

com.github.sebhoss
ArtifactId

ArtifactId

null-analysis
Version

Version

1.0.0
Type

Type

jar

Download null-analysis 1.0.0


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