| GroupId | GroupIdorg.anyboot | 
    
|---|---|
| ArtifactId | ArtifactIdanyboot-dependency | 
    
| Version | Version8.5.1.2117-20220120 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| anyboot-dependency-8.5.1.2117-20220120.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.anyboot/anyboot-dependency/ -->
<dependency>
    <groupId>org.anyboot</groupId>
    <artifactId>anyboot-dependency</artifactId>
    <version>8.5.1.2117-20220120</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.anyboot/anyboot-dependency/
implementation 'org.anyboot:anyboot-dependency:8.5.1.2117-20220120'
                // https://jarcasting.com/artifacts/org.anyboot/anyboot-dependency/
implementation ("org.anyboot:anyboot-dependency:8.5.1.2117-20220120")
                'org.anyboot:anyboot-dependency:pom:8.5.1.2117-20220120'
                <dependency org="org.anyboot" name="anyboot-dependency" rev="8.5.1.2117-20220120">
  <artifact name="anyboot-dependency" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.anyboot', module='anyboot-dependency', version='8.5.1.2117-20220120')
)
                libraryDependencies += "org.anyboot" % "anyboot-dependency" % "8.5.1.2117-20220120"
                [org.anyboot/anyboot-dependency "8.5.1.2117-20220120"]