GroupId | GroupIdorg.fuzzydb |
---|---|
ArtifactId | ArtifactIdfuzzydb-parent |
Version | Version1.1.0.M1 |
Type | Typejar |
Filename | Size |
---|---|
fuzzydb-parent-1.1.0.M1.pom | 16 KB |
fuzzydb-parent-1.1.0.M1-tests.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fuzzydb/fuzzydb-parent/ -->
<dependency>
<groupId>org.fuzzydb</groupId>
<artifactId>fuzzydb-parent</artifactId>
<version>1.1.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.fuzzydb/fuzzydb-parent/
implementation 'org.fuzzydb:fuzzydb-parent:1.1.0.M1'
// https://jarcasting.com/artifacts/org.fuzzydb/fuzzydb-parent/
implementation ("org.fuzzydb:fuzzydb-parent:1.1.0.M1")
'org.fuzzydb:fuzzydb-parent:jar:1.1.0.M1'
<dependency org="org.fuzzydb" name="fuzzydb-parent" rev="1.1.0.M1">
<artifact name="fuzzydb-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fuzzydb', module='fuzzydb-parent', version='1.1.0.M1')
)
libraryDependencies += "org.fuzzydb" % "fuzzydb-parent" % "1.1.0.M1"
[org.fuzzydb/fuzzydb-parent "1.1.0.M1"]