GroupId | GroupIdcom.aoindustries |
---|---|
ArtifactId | ArtifactIdao-appcluster-bom |
Version | Version1.1.2 |
Type | Typepom |
Filename | Size |
---|---|
ao-appcluster-bom-1.1.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/ao-appcluster-bom/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>ao-appcluster-bom</artifactId>
<version>1.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/ao-appcluster-bom/
implementation 'com.aoindustries:ao-appcluster-bom:1.1.2'
// https://jarcasting.com/artifacts/com.aoindustries/ao-appcluster-bom/
implementation ("com.aoindustries:ao-appcluster-bom:1.1.2")
'com.aoindustries:ao-appcluster-bom:pom:1.1.2'
<dependency org="com.aoindustries" name="ao-appcluster-bom" rev="1.1.2">
<artifact name="ao-appcluster-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='ao-appcluster-bom', version='1.1.2')
)
libraryDependencies += "com.aoindustries" % "ao-appcluster-bom" % "1.1.2"
[com.aoindustries/ao-appcluster-bom "1.1.2"]