License |
License |
---|---|
GroupId | GroupIdcom.googlecode.obvious |
ArtifactId | ArtifactIdobvious-test |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionobvious-test
This project contains unit tests to validate Obvious implementations
|
Project URL |
Project URL |
Filename | Size |
---|---|
obvious-test-1.0.pom | |
obvious-test-1.0.jar | 21 KB |
obvious-test-1.0-sources.jar | 27 KB |
obvious-test-1.0-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.obvious/obvious-test/ -->
<dependency>
<groupId>com.googlecode.obvious</groupId>
<artifactId>obvious-test</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.obvious/obvious-test/
implementation 'com.googlecode.obvious:obvious-test:1.0'
// https://jarcasting.com/artifacts/com.googlecode.obvious/obvious-test/
implementation ("com.googlecode.obvious:obvious-test:1.0")
'com.googlecode.obvious:obvious-test:jar:1.0'
<dependency org="com.googlecode.obvious" name="obvious-test" rev="1.0">
<artifact name="obvious-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.obvious', module='obvious-test', version='1.0')
)
libraryDependencies += "com.googlecode.obvious" % "obvious-test" % "1.0"
[com.googlecode.obvious/obvious-test "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.obvious : obvious | jar | 1.0 |