License |
License |
---|---|
GroupId | GroupIdorg.bytemechanics |
ArtifactId | ArtifactIdtest-drive |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionTestDrive
Pure Java testing library
|
Project URL |
Project URL |
Project Organization |
Project OrganizationByte Mechanics |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
test-drive-0.2.0.pom | 2 KB |
test-drive-0.2.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bytemechanics/test-drive/ -->
<dependency>
<groupId>org.bytemechanics</groupId>
<artifactId>test-drive</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytemechanics/test-drive/
implementation 'org.bytemechanics:test-drive:0.2.0'
// https://jarcasting.com/artifacts/org.bytemechanics/test-drive/
implementation ("org.bytemechanics:test-drive:0.2.0")
'org.bytemechanics:test-drive:jar:0.2.0'
<dependency org="org.bytemechanics" name="test-drive" rev="0.2.0">
<artifact name="test-drive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytemechanics', module='test-drive', version='0.2.0')
)
libraryDependencies += "org.bytemechanics" % "test-drive" % "0.2.0"
[org.bytemechanics/test-drive "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.2-groovy-2.4 |
org.codehaus.groovy : groovy | jar | 2.4.15 |
net.bytebuddy : byte-buddy | jar | 1.9.1 |
org.objenesis : objenesis | jar | 2.6 |
cglib : cglib | jar | 3.2.8 |