GroupId | GroupIdme.geso |
---|---|
ArtifactId | ArtifactIdregexp-trie |
Version | Version0.1.10 |
Type | Typejar |
Filename | Size |
---|---|
regexp-trie-0.1.10.pom | |
regexp-trie-0.1.10.jar | 5 KB |
regexp-trie-0.1.10-sources.jar | 2 KB |
regexp-trie-0.1.10-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.geso/regexp-trie/ -->
<dependency>
<groupId>me.geso</groupId>
<artifactId>regexp-trie</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso/regexp-trie/
implementation 'me.geso:regexp-trie:0.1.10'
// https://jarcasting.com/artifacts/me.geso/regexp-trie/
implementation ("me.geso:regexp-trie:0.1.10")
'me.geso:regexp-trie:jar:0.1.10'
<dependency org="me.geso" name="regexp-trie" rev="0.1.10">
<artifact name="regexp-trie" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso', module='regexp-trie', version='0.1.10')
)
libraryDependencies += "me.geso" % "regexp-trie" % "0.1.10"
[me.geso/regexp-trie "0.1.10"]