| GroupId | GroupIdorg.wordinator |
|---|---|
| ArtifactId | ArtifactIdwordinator |
| Version | Version0.6.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wordinator-0.6.0.pom | |
| wordinator-0.6.0.jar | 37 KB |
| wordinator-0.6.0-sources.jar | 21 KB |
| wordinator-0.6.0-javadoc.jar | 100 KB |
| wordinator-0.6.0-jar-with-dependencies.jar | 21 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wordinator/wordinator/ -->
<dependency>
<groupId>org.wordinator</groupId>
<artifactId>wordinator</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wordinator/wordinator/
implementation 'org.wordinator:wordinator:0.6.0'
// https://jarcasting.com/artifacts/org.wordinator/wordinator/
implementation ("org.wordinator:wordinator:0.6.0")
'org.wordinator:wordinator:jar:0.6.0'
<dependency org="org.wordinator" name="wordinator" rev="0.6.0">
<artifact name="wordinator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wordinator', module='wordinator', version='0.6.0')
)
libraryDependencies += "org.wordinator" % "wordinator" % "0.6.0"
[org.wordinator/wordinator "0.6.0"]