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