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