License |
License |
---|---|
GroupId | GroupIdcom.stephenduncanjr |
ArtifactId | ArtifactIdeasymock-propertyutils |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyMock Property Utilities
Utilities for Using JavaBean-style Properties with EasyMock
|
Filename | Size |
---|---|
easymock-propertyutils-1.1.pom | |
easymock-propertyutils-1.1.jar | 6 KB |
easymock-propertyutils-1.1-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stephenduncanjr/easymock-propertyutils/ -->
<dependency>
<groupId>com.stephenduncanjr</groupId>
<artifactId>easymock-propertyutils</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stephenduncanjr/easymock-propertyutils/
implementation 'com.stephenduncanjr:easymock-propertyutils:1.1'
// https://jarcasting.com/artifacts/com.stephenduncanjr/easymock-propertyutils/
implementation ("com.stephenduncanjr:easymock-propertyutils:1.1")
'com.stephenduncanjr:easymock-propertyutils:jar:1.1'
<dependency org="com.stephenduncanjr" name="easymock-propertyutils" rev="1.1">
<artifact name="easymock-propertyutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stephenduncanjr', module='easymock-propertyutils', version='1.1')
)
libraryDependencies += "com.stephenduncanjr" % "easymock-propertyutils" % "1.1"
[com.stephenduncanjr/easymock-propertyutils "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 2.2 |
commons-beanutils : commons-beanutils | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.1 |