SEED poms
Common poms for SEED stack.
Copyright and license
Code and documentation copyright 2013-2015 The SeedStack authors, released under the MPL 2.0 license.
| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJackson Data JSON | 
        
| GroupId | GroupIdorg.seedstack | 
    
| ArtifactId | ArtifactIdjackson-bom | 
    
| Last Version | Last Version2.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionAn enterprise-oriented full development stack 
         | 
    
| Filename | Size | 
|---|---|
| jackson-bom-2.0.0.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.seedstack/jackson-bom/ -->
<dependency>
    <groupId>org.seedstack</groupId>
    <artifactId>jackson-bom</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.seedstack/jackson-bom/
implementation 'org.seedstack:jackson-bom:2.0.0'
                // https://jarcasting.com/artifacts/org.seedstack/jackson-bom/
implementation ("org.seedstack:jackson-bom:2.0.0")
                'org.seedstack:jackson-bom:pom:2.0.0'
                <dependency org="org.seedstack" name="jackson-bom" rev="2.0.0">
  <artifact name="jackson-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.seedstack', module='jackson-bom', version='2.0.0')
)
                libraryDependencies += "org.seedstack" % "jackson-bom" % "2.0.0"
                [org.seedstack/jackson-bom "2.0.0"]
                Common poms for SEED stack.
Code and documentation copyright 2013-2015 The SeedStack authors, released under the MPL 2.0 license.