MVN

cn.featherfly.hammer : hammer-core

Maven & Gradle

Apr 18, 2023
1 usages
1 stars

hammer-core · hammer core

<dependency>
    <groupId>cn.featherfly.hammer</groupId>
    <artifactId>hammer-core</artifactId>
    <version>0.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.featherfly.hammer : hammer-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.7

All Versions

Choose a version of cn.featherfly.hammer : hammer-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
hammer-core-0.6.7
hammer-core-0.6.6
hammer-core-0.6.5
hammer-core-0.6.4
hammer-core-0.6.3
hammer-core-0.6.2
hammer-core-0.6.1
hammer-core-0.6.0
0.5.x
hammer-core-0.5.30
hammer-core-0.5.29
hammer-core-0.5.28
hammer-core-0.5.27
hammer-core-0.5.26
hammer-core-0.5.24
hammer-core-0.5.23
hammer-core-0.5.22
hammer-core-0.5.21
hammer-core-0.5.20
hammer-core-0.5.19
hammer-core-0.5.18
hammer-core-0.5.17
hammer-core-0.5.16
hammer-core-0.5.15
hammer-core-0.5.14
hammer-core-0.5.13
hammer-core-0.5.12
hammer-core-0.5.11
hammer-core-0.5.10
hammer-core-0.5.9
hammer-core-0.5.8
hammer-core-0.5.7
hammer-core-0.5.6
hammer-core-0.5.5
hammer-core-0.5.4
hammer-core-0.5.3
hammer-core-0.5.2
hammer-core-0.5.1
hammer-core-0.5.0
0.4.x
hammer-core-0.4.10
hammer-core-0.4.9
hammer-core-0.4.8
hammer-core-0.4.7
hammer-core-0.4.6
hammer-core-0.4.5
hammer-core-0.4.4
hammer-core-0.4.3
hammer-core-0.4.2
hammer-core-0.4.1
hammer-core-0.4.0
0.3.x
hammer-core-0.3.3
hammer-core-0.3.2
hammer-core-0.3.1
hammer-core-0.3.0

How to add a dependency to Maven

Add the following cn.featherfly.hammer : hammer-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.featherfly.hammer</groupId>
    <artifactId>hammer-core</artifactId>
    <version>0.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.featherfly.hammer : hammer-core gradle dependency to your build.gradle file:

implementation 'cn.featherfly.hammer:hammer-core:0.6.7'

Gradle Kotlin DSL: Add the following cn.featherfly.hammer : hammer-core gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.featherfly.hammer:hammer-core:0.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.featherfly.hammer : hammer-core sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.featherfly.hammer" % "hammer-core" % "0.6.7"

Advertisement