| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.jflac | 
    
| ArtifactId | ArtifactIdjflac-parent | 
    
| Last Version | Last Version1.5.2 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionJava FLAC Codec 
            jFLAC is a port of the Free Lossless Audio Codec (FLAC) library to Java. This allows Java developers to write programs that use the FLAC files and the FLAC algorithms. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| jflac-parent-1.5.2.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jflac/jflac-parent/ -->
<dependency>
    <groupId>org.jflac</groupId>
    <artifactId>jflac-parent</artifactId>
    <version>1.5.2</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.jflac/jflac-parent/
implementation 'org.jflac:jflac-parent:1.5.2'
                // https://jarcasting.com/artifacts/org.jflac/jflac-parent/
implementation ("org.jflac:jflac-parent:1.5.2")
                'org.jflac:jflac-parent:pom:1.5.2'
                <dependency org="org.jflac" name="jflac-parent" rev="1.5.2">
  <artifact name="jflac-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.jflac', module='jflac-parent', version='1.5.2')
)
                libraryDependencies += "org.jflac" % "jflac-parent" % "1.5.2"
                [org.jflac/jflac-parent "1.5.2"]