| GroupId | GroupIdorg.apache.atlas | 
    
|---|---|
| ArtifactId | ArtifactIdatlas-plugin-classloader | 
    
| Version | Version0.7.1-incubating | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.apache.atlas/atlas-plugin-classloader/ -->
<dependency>
    <groupId>org.apache.atlas</groupId>
    <artifactId>atlas-plugin-classloader</artifactId>
    <version>0.7.1-incubating</version>
</dependency>
                // https://jarcasting.com/artifacts/org.apache.atlas/atlas-plugin-classloader/
implementation 'org.apache.atlas:atlas-plugin-classloader:0.7.1-incubating'
                // https://jarcasting.com/artifacts/org.apache.atlas/atlas-plugin-classloader/
implementation ("org.apache.atlas:atlas-plugin-classloader:0.7.1-incubating")
                'org.apache.atlas:atlas-plugin-classloader:jar:0.7.1-incubating'
                <dependency org="org.apache.atlas" name="atlas-plugin-classloader" rev="0.7.1-incubating">
  <artifact name="atlas-plugin-classloader" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.apache.atlas', module='atlas-plugin-classloader', version='0.7.1-incubating')
)
                libraryDependencies += "org.apache.atlas" % "atlas-plugin-classloader" % "0.7.1-incubating"
                [org.apache.atlas/atlas-plugin-classloader "0.7.1-incubating"]