GroupId | GroupIdcom.giladam |
---|---|
ArtifactId | ArtifactIdListMatch |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
ListMatch-1.0.4.pom | |
ListMatch-1.0.4.jar | 7 KB |
ListMatch-1.0.4-sources.jar | 4 KB |
ListMatch-1.0.4-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.giladam/ListMatch/ -->
<dependency>
<groupId>com.giladam</groupId>
<artifactId>ListMatch</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.giladam/ListMatch/
implementation 'com.giladam:ListMatch:1.0.4'
// https://jarcasting.com/artifacts/com.giladam/ListMatch/
implementation ("com.giladam:ListMatch:1.0.4")
'com.giladam:ListMatch:jar:1.0.4'
<dependency org="com.giladam" name="ListMatch" rev="1.0.4">
<artifact name="ListMatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.giladam', module='ListMatch', version='1.0.4')
)
libraryDependencies += "com.giladam" % "ListMatch" % "1.0.4"
[com.giladam/ListMatch "1.0.4"]