is not current version
Last Version 1.1.0

com.hotels:mutant-swarm 0.0.1

MutantSwarm is a mutation testing framework for Hive SQL. It enables the identification of areas of SQL code bases that have poor test coverage and consequently may be a source of operational risk.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.hotels
ArtifactId

ArtifactId

mutant-swarm
Version

Version

0.0.1
Type

Type

jar

Download mutant-swarm 0.0.1


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