License |
License |
---|---|
GroupId | GroupIdcom.lexicalscope.contest |
ArtifactId | ArtifactIdcontest |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptioncontest
Contest - power testing of concurrent programs with junit
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
contest-0.0.1.pom | |
contest-0.0.1.jar | 25 KB |
contest-0.0.1-sources.jar | 18 KB |
contest-0.0.1-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lexicalscope.contest/contest/ -->
<dependency>
<groupId>com.lexicalscope.contest</groupId>
<artifactId>contest</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lexicalscope.contest/contest/
implementation 'com.lexicalscope.contest:contest:0.0.1'
// https://jarcasting.com/artifacts/com.lexicalscope.contest/contest/
implementation ("com.lexicalscope.contest:contest:0.0.1")
'com.lexicalscope.contest:contest:jar:0.0.1'
<dependency org="com.lexicalscope.contest" name="contest" rev="0.0.1">
<artifact name="contest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lexicalscope.contest', module='contest', version='0.0.1')
)
libraryDependencies += "com.lexicalscope.contest" % "contest" % "0.0.1"
[com.lexicalscope.contest/contest "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 11.0.1 |
org.javassist : javassist | jar | 3.15.0-GA |
org.objenesis : objenesis | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3.RC2 |
junit : junit-dep | jar | 4.10 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-integration | jar | 1.3.RC2 |