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