GroupId | GroupIdcom.github.almondtools |
---|---|
ArtifactId | ArtifactIdconmatch |
Version | Version0.1.6 |
Type | Typejar |
Filename | Size |
---|---|
conmatch-0.1.6.pom | |
conmatch-0.1.6.jar | 19 KB |
conmatch-0.1.6-sources.jar | 8 KB |
conmatch-0.1.6-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.almondtools/conmatch/ -->
<dependency>
<groupId>com.github.almondtools</groupId>
<artifactId>conmatch</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almondtools/conmatch/
implementation 'com.github.almondtools:conmatch:0.1.6'
// https://jarcasting.com/artifacts/com.github.almondtools/conmatch/
implementation ("com.github.almondtools:conmatch:0.1.6")
'com.github.almondtools:conmatch:jar:0.1.6'
<dependency org="com.github.almondtools" name="conmatch" rev="0.1.6">
<artifact name="conmatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almondtools', module='conmatch', version='0.1.6')
)
libraryDependencies += "com.github.almondtools" % "conmatch" % "0.1.6"
[com.github.almondtools/conmatch "0.1.6"]