Dependency Information

Apache Maven

<dependency>
  <groupId>top.infra</groupId>
  <artifactId>spring-boot-jackson2-core</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>

Apache Buildr

'top.infra:spring-boot-jackson2-core:jar:0.0.1-SNAPSHOT'

Apache Ivy

<dependency org="top.infra" name="spring-boot-jackson2-core" rev="0.0.1-SNAPSHOT">
  <artifact name="spring-boot-jackson2-core" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='top.infra', module='spring-boot-jackson2-core', version='0.0.1-SNAPSHOT')
)

Gradle/Grails

compile 'top.infra:spring-boot-jackson2-core:0.0.1-SNAPSHOT'

Scala SBT

libraryDependencies += "top.infra" % "spring-boot-jackson2-core" % "0.0.1-SNAPSHOT"

Leiningen

[top.infra/spring-boot-jackson2-core "0.0.1-SNAPSHOT"]