License |
License |
---|---|
GroupId | GroupIdcom.googlecode.obvious |
ArtifactId | ArtifactIdobvious |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionobvious
This is the obvious main core project bundle
|
Project URL |
Project URL |
Filename | Size |
---|---|
obvious-1.0.pom | |
obvious-1.0.jar | 42 KB |
obvious-1.0-sources.jar | 83 KB |
obvious-1.0-javadoc.jar | 314 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.obvious/obvious/ -->
<dependency>
<groupId>com.googlecode.obvious</groupId>
<artifactId>obvious</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.obvious/obvious/
implementation 'com.googlecode.obvious:obvious:1.0'
// https://jarcasting.com/artifacts/com.googlecode.obvious/obvious/
implementation ("com.googlecode.obvious:obvious:1.0")
'com.googlecode.obvious:obvious:jar:1.0'
<dependency org="com.googlecode.obvious" name="obvious" rev="1.0">
<artifact name="obvious" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.obvious', module='obvious', version='1.0')
)
libraryDependencies += "com.googlecode.obvious" % "obvious" % "1.0"
[com.googlecode.obvious/obvious "1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |