License |
License |
---|---|
GroupId | GroupIdorg.bytemechanics |
ArtifactId | ArtifactIdtest-drive-example |
Version | Version0.2.0 |
Type | Typejar |
Description |
DescriptionTestDrive-Example
Pure Java testing library
|
Project Organization |
Project OrganizationByte Mechanics |
<!-- https://jarcasting.com/artifacts/org.bytemechanics/test-drive-example/ -->
<dependency>
<groupId>org.bytemechanics</groupId>
<artifactId>test-drive-example</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytemechanics/test-drive-example/
implementation 'org.bytemechanics:test-drive-example:0.2.0'
// https://jarcasting.com/artifacts/org.bytemechanics/test-drive-example/
implementation ("org.bytemechanics:test-drive-example:0.2.0")
'org.bytemechanics:test-drive-example:jar:0.2.0'
<dependency org="org.bytemechanics" name="test-drive-example" rev="0.2.0">
<artifact name="test-drive-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytemechanics', module='test-drive-example', version='0.2.0')
)
libraryDependencies += "org.bytemechanics" % "test-drive-example" % "0.2.0"
[org.bytemechanics/test-drive-example "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.bytemechanics : test-drive-core | jar | 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 |