Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.datanew.happyreport |
ArtifactId | ArtifactIdhr-toolkit |
Version | Version6.7.1 |
Type | Typejar |
Filename | Size |
---|---|
hr-toolkit-6.7.1.pom | |
hr-toolkit-6.7.1-sources.jar | 476 bytes |
hr-toolkit-6.7.1-javadoc.jar | 476 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.datanew.happyreport/hr-toolkit/ -->
<dependency>
<groupId>com.datanew.happyreport</groupId>
<artifactId>hr-toolkit</artifactId>
<version>6.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.datanew.happyreport/hr-toolkit/
implementation 'com.datanew.happyreport:hr-toolkit:6.7.1'
// https://jarcasting.com/artifacts/com.datanew.happyreport/hr-toolkit/
implementation ("com.datanew.happyreport:hr-toolkit:6.7.1")
'com.datanew.happyreport:hr-toolkit:jar:6.7.1'
<dependency org="com.datanew.happyreport" name="hr-toolkit" rev="6.7.1">
<artifact name="hr-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datanew.happyreport', module='hr-toolkit', version='6.7.1')
)
libraryDependencies += "com.datanew.happyreport" % "hr-toolkit" % "6.7.1"
[com.datanew.happyreport/hr-toolkit "6.7.1"]