is not current version
Last Version 1.1.0

com.hotels:mutant-swarm 1.0.0

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

1.0.0
Type

Type

jar

Download mutant-swarm 1.0.0


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