GroupId | GroupIdcom.chtsinc |
---|---|
ArtifactId | ArtifactIdch-report |
Version | Version1.0.0-alpha1 |
Type | Typejar |
Filename | Size |
---|---|
ch-report-1.0.0-alpha1.pom | |
ch-report-1.0.0-alpha1.jar | 10 KB |
ch-report-1.0.0-alpha1-sources.jar | 4 KB |
ch-report-1.0.0-alpha1-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chtsinc/ch-report/ -->
<dependency>
<groupId>com.chtsinc</groupId>
<artifactId>ch-report</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.chtsinc/ch-report/
implementation 'com.chtsinc:ch-report:1.0.0-alpha1'
// https://jarcasting.com/artifacts/com.chtsinc/ch-report/
implementation ("com.chtsinc:ch-report:1.0.0-alpha1")
'com.chtsinc:ch-report:jar:1.0.0-alpha1'
<dependency org="com.chtsinc" name="ch-report" rev="1.0.0-alpha1">
<artifact name="ch-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chtsinc', module='ch-report', version='1.0.0-alpha1')
)
libraryDependencies += "com.chtsinc" % "ch-report" % "1.0.0-alpha1"
[com.chtsinc/ch-report "1.0.0-alpha1"]