GroupId | GroupIdcom.googlecode.jeeunit |
---|---|
ArtifactId | ArtifactIdjeeunit |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
jeeunit-0.7.1.pom | |
jeeunit-0.7.1.jar | 20 KB |
jeeunit-0.7.1-sources.jar | 17 KB |
jeeunit-0.7.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit/ -->
<dependency>
<groupId>com.googlecode.jeeunit</groupId>
<artifactId>jeeunit</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit/
implementation 'com.googlecode.jeeunit:jeeunit:0.7.1'
// https://jarcasting.com/artifacts/com.googlecode.jeeunit/jeeunit/
implementation ("com.googlecode.jeeunit:jeeunit:0.7.1")
'com.googlecode.jeeunit:jeeunit:jar:0.7.1'
<dependency org="com.googlecode.jeeunit" name="jeeunit" rev="0.7.1">
<artifact name="jeeunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.jeeunit', module='jeeunit', version='0.7.1')
)
libraryDependencies += "com.googlecode.jeeunit" % "jeeunit" % "0.7.1"
[com.googlecode.jeeunit/jeeunit "0.7.1"]