Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.coherentlogic.fred.client |
ArtifactId | ArtifactIdfred-client-db-int |
Version | Version0.9.12 |
Type | Typejar |
Filename | Size |
---|---|
fred-client-db-int-0.9.12.pom | |
fred-client-db-int-0.9.12.jar | 13 KB |
fred-client-db-int-0.9.12-sources.jar | 9 KB |
fred-client-db-int-0.9.12-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-db-int/ -->
<dependency>
<groupId>com.coherentlogic.fred.client</groupId>
<artifactId>fred-client-db-int</artifactId>
<version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-db-int/
implementation 'com.coherentlogic.fred.client:fred-client-db-int:0.9.12'
// https://jarcasting.com/artifacts/com.coherentlogic.fred.client/fred-client-db-int/
implementation ("com.coherentlogic.fred.client:fred-client-db-int:0.9.12")
'com.coherentlogic.fred.client:fred-client-db-int:jar:0.9.12'
<dependency org="com.coherentlogic.fred.client" name="fred-client-db-int" rev="0.9.12">
<artifact name="fred-client-db-int" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.fred.client', module='fred-client-db-int', version='0.9.12')
)
libraryDependencies += "com.coherentlogic.fred.client" % "fred-client-db-int" % "0.9.12"
[com.coherentlogic.fred.client/fred-client-db-int "0.9.12"]