is not current version
Last Version 0.5.0

se.kth.castor:sorald 0.2.0

An automatic repair system for static code analysis warnings from Sonar Java.

GroupId

GroupId

se.kth.castor
ArtifactId

ArtifactId

sorald
Version

Version

0.2.0
Type

Type

jar

Download sorald 0.2.0


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