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