GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdtries |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tries-1.0.1.pom | |
tries-1.0.1.jar | 139 KB |
tries-1.0.1-sources.jar | 82 KB |
tries-1.0.1-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/tries/ -->
<dependency>
<groupId>com.github.michael-rapp</groupId>
<artifactId>tries</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/tries/
implementation 'com.github.michael-rapp:tries:1.0.1'
// https://jarcasting.com/artifacts/com.github.michael-rapp/tries/
implementation ("com.github.michael-rapp:tries:1.0.1")
'com.github.michael-rapp:tries:jar:1.0.1'
<dependency org="com.github.michael-rapp" name="tries" rev="1.0.1">
<artifact name="tries" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='tries', version='1.0.1')
)
libraryDependencies += "com.github.michael-rapp" % "tries" % "1.0.1"
[com.github.michael-rapp/tries "1.0.1"]