| GroupId | GroupIdorg.gridkit.coherence-tools |
|---|---|
| ArtifactId | ArtifactIdchtest |
| Version | Version0.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| chtest-0.2.1.pom | |
| chtest-0.2.1.jar | 87 KB |
| chtest-0.2.1-sources.jar | 29 KB |
| chtest-0.2.1-javadoc.jar | 175 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.gridkit.coherence-tools/chtest/ -->
<dependency>
<groupId>org.gridkit.coherence-tools</groupId>
<artifactId>chtest</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.gridkit.coherence-tools/chtest/
implementation 'org.gridkit.coherence-tools:chtest:0.2.1'
// https://jarcasting.com/artifacts/org.gridkit.coherence-tools/chtest/
implementation ("org.gridkit.coherence-tools:chtest:0.2.1")
'org.gridkit.coherence-tools:chtest:jar:0.2.1'
<dependency org="org.gridkit.coherence-tools" name="chtest" rev="0.2.1">
<artifact name="chtest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gridkit.coherence-tools', module='chtest', version='0.2.1')
)
libraryDependencies += "org.gridkit.coherence-tools" % "chtest" % "0.2.1"
[org.gridkit.coherence-tools/chtest "0.2.1"]