is not current version
Last Version 1.2.3

de.upb.cs.swt:heros 1.2.1

Heros is a generic implementation of an IFDS/IDE Solver that can be plugged into existing, Java-based program analysis frameworks. A reference connector exists for the Soot framework.

GroupId

GroupId

de.upb.cs.swt
ArtifactId

ArtifactId

heros
Version

Version

1.2.1
Type

Type

jar

Download heros 1.2.1


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