GroupId | GroupIdcom.seovic.coherence |
---|---|
ArtifactId | ArtifactIdcoherence-tools |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
coherence-tools-0.5.pom | 18 KB |
coherence-tools-0.5-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seovic.coherence/coherence-tools/ -->
<dependency>
<groupId>com.seovic.coherence</groupId>
<artifactId>coherence-tools</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.seovic.coherence/coherence-tools/
implementation 'com.seovic.coherence:coherence-tools:0.5'
// https://jarcasting.com/artifacts/com.seovic.coherence/coherence-tools/
implementation ("com.seovic.coherence:coherence-tools:0.5")
'com.seovic.coherence:coherence-tools:jar:0.5'
<dependency org="com.seovic.coherence" name="coherence-tools" rev="0.5">
<artifact name="coherence-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seovic.coherence', module='coherence-tools', version='0.5')
)
libraryDependencies += "com.seovic.coherence" % "coherence-tools" % "0.5"
[com.seovic.coherence/coherence-tools "0.5"]