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