is not current version
Last Version 1.1

at.rseiler.pom-project:annotation 1.0

Contains the @ThreadUnsafe annotation which is used to mark tests which can't run in parallel on the same JVM.

GroupId

GroupId

at.rseiler.pom-project
ArtifactId

ArtifactId

annotation
Version

Version

1.0
Type

Type

jar

Download annotation 1.0


<!-- https://jarcasting.com/artifacts/at.rseiler.pom-project/annotation/ -->
<dependency>
    <groupId>at.rseiler.pom-project</groupId>
    <artifactId>annotation</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.rseiler.pom-project/annotation/
implementation 'at.rseiler.pom-project:annotation:1.0'
// https://jarcasting.com/artifacts/at.rseiler.pom-project/annotation/
implementation ("at.rseiler.pom-project:annotation:1.0")
'at.rseiler.pom-project:annotation:jar:1.0'
<dependency org="at.rseiler.pom-project" name="annotation" rev="1.0">
  <artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.rseiler.pom-project', module='annotation', version='1.0')
)
libraryDependencies += "at.rseiler.pom-project" % "annotation" % "1.0"
[at.rseiler.pom-project/annotation "1.0"]