| GroupId | GroupIdcom.aoindustries |
|---|---|
| ArtifactId | ArtifactIdao-appcluster-jdbc |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ao-appcluster-jdbc-1.0.1.pom | |
| ao-appcluster-jdbc-1.0.1.jar | 55 KB |
| ao-appcluster-jdbc-1.0.1-sources.jar | 45 KB |
| ao-appcluster-jdbc-1.0.1-javadoc.jar | 634 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-appcluster-jdbc/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-appcluster-jdbc</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-appcluster-jdbc/
implementation 'com.aoindustries:ao-appcluster-jdbc:1.0.1'
// https://jarcasting.com/artifacts/com.aoindustries/ao-appcluster-jdbc/
implementation ("com.aoindustries:ao-appcluster-jdbc:1.0.1")
'com.aoindustries:ao-appcluster-jdbc:jar:1.0.1'
<dependency org="com.aoindustries" name="ao-appcluster-jdbc" rev="1.0.1">
<artifact name="ao-appcluster-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-appcluster-jdbc', version='1.0.1')
)
libraryDependencies += "com.aoindustries" % "ao-appcluster-jdbc" % "1.0.1"
[com.aoindustries/ao-appcluster-jdbc "1.0.1"]