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