is not current version
Last Version 1.1.8

Build Tools 1.1

KoPeMe is a framework for enabling performance tests in Java. This makes it possible to live a software development process where performance measures are taken continously and therefore react continously to changes in performance. With continous performance testing, one avoids refactorings after performance problems occured in a big testing phase before releasing the software.

License

License

Categories

Categories

Build Tools
GroupId

GroupId

de.dagere.kopeme
ArtifactId

ArtifactId

build-tools
Version

Version

1.1
Type

Type

jar
Description

Description

Build Tools
KoPeMe is a framework for enabling performance tests in Java. This makes it possible to live a software development process where performance measures are taken continously and therefore react continously to changes in performance. With continous performance testing, one avoids refactorings after performance problems occured in a big testing phase before releasing the software.

Download build-tools 1.1


<!-- https://jarcasting.com/artifacts/de.dagere.kopeme/build-tools/ -->
<dependency>
    <groupId>de.dagere.kopeme</groupId>
    <artifactId>build-tools</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.dagere.kopeme/build-tools/
implementation 'de.dagere.kopeme:build-tools:1.1'
// https://jarcasting.com/artifacts/de.dagere.kopeme/build-tools/
implementation ("de.dagere.kopeme:build-tools:1.1")
'de.dagere.kopeme:build-tools:jar:1.1'
<dependency org="de.dagere.kopeme" name="build-tools" rev="1.1">
  <artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dagere.kopeme', module='build-tools', version='1.1')
)
libraryDependencies += "de.dagere.kopeme" % "build-tools" % "1.1"
[de.dagere.kopeme/build-tools "1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.puppycrawl.tools : checkstyle jar 6.16
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.