Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIddk.cwconsult |
ArtifactId | ArtifactIdtempgres-client |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
tempgres-client-1.0.pom | |
tempgres-client-1.0.jar | 4 KB |
tempgres-client-1.0-sources.jar | 3 KB |
tempgres-client-1.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dk.cwconsult/tempgres-client/ -->
<dependency>
<groupId>dk.cwconsult</groupId>
<artifactId>tempgres-client</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dk.cwconsult/tempgres-client/
implementation 'dk.cwconsult:tempgres-client:1.0'
// https://jarcasting.com/artifacts/dk.cwconsult/tempgres-client/
implementation ("dk.cwconsult:tempgres-client:1.0")
'dk.cwconsult:tempgres-client:jar:1.0'
<dependency org="dk.cwconsult" name="tempgres-client" rev="1.0">
<artifact name="tempgres-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.cwconsult', module='tempgres-client', version='1.0')
)
libraryDependencies += "dk.cwconsult" % "tempgres-client" % "1.0"
[dk.cwconsult/tempgres-client "1.0"]