| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet | 
        
| GroupId | GroupIdnet.bookrain | 
    
| ArtifactId | ArtifactIdexample-file | 
    
| Last Version | Last Version0.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionParent pom providing dependency and plugin management for applications
		built with Maven 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| example-file-0.0.1.pom | |
| example-file-0.0.1.jar | 14 KB | 
| example-file-0.0.1-sources.jar | 14 KB | 
| example-file-0.0.1-javadoc.jar | 33 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.bookrain/example-file/ -->
<dependency>
    <groupId>net.bookrain</groupId>
    <artifactId>example-file</artifactId>
    <version>0.0.1</version>
</dependency>
                // https://jarcasting.com/artifacts/net.bookrain/example-file/
implementation 'net.bookrain:example-file:0.0.1'
                // https://jarcasting.com/artifacts/net.bookrain/example-file/
implementation ("net.bookrain:example-file:0.0.1")
                'net.bookrain:example-file:jar:0.0.1'
                <dependency org="net.bookrain" name="example-file" rev="0.0.1">
  <artifact name="example-file" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.bookrain', module='example-file', version='0.0.1')
)
                libraryDependencies += "net.bookrain" % "example-file" % "0.0.1"
                [net.bookrain/example-file "0.0.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| net.bookrain : core | jar | 0.0.1 | 
| net.bookrain : file | jar | 0.0.1 | 
| org.springframework.boot : spring-boot-starter | jar | 2.1.5.RELEASE |