| Categories |
CategoriesIDE Development Tools Net |
|---|---|
| GroupId | GroupIdnet.hydromatic |
| ArtifactId | ArtifactIdquidem |
| Version | Version0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| quidem-0.4.pom | |
| quidem-0.4.jar | 41 KB |
| quidem-0.4-test-sources.jar | 9 KB |
| quidem-0.4-sources.jar | 13 KB |
| quidem-0.4-source-release.zip | 32 KB |
| quidem-0.4-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.hydromatic/quidem/ -->
<dependency>
<groupId>net.hydromatic</groupId>
<artifactId>quidem</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.hydromatic/quidem/
implementation 'net.hydromatic:quidem:0.4'
// https://jarcasting.com/artifacts/net.hydromatic/quidem/
implementation ("net.hydromatic:quidem:0.4")
'net.hydromatic:quidem:jar:0.4'
<dependency org="net.hydromatic" name="quidem" rev="0.4">
<artifact name="quidem" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.hydromatic', module='quidem', version='0.4')
)
libraryDependencies += "net.hydromatic" % "quidem" % "0.4"
[net.hydromatic/quidem "0.4"]