Last Version

KoPeMe - Parent 1.1.8

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

GroupId

GroupId

de.dagere.kopeme
ArtifactId

ArtifactId

kopeme-parent
Version

Version

1.1.8
Type

Type

pom
Description

Description

KoPeMe - Parent
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 kopeme-parent 1.1.8

Filename Size
kopeme-parent-1.1.8.pom 7 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • build-tools
  • kopeme-core
  • kopeme-junit4
  • kopeme-junit5
  • kopeme-junit3