| GroupId | GroupIdorg.wordinator |
|---|---|
| ArtifactId | ArtifactIdwordinator |
| Version | Version0.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wordinator-0.3.0.pom | |
| wordinator-0.3.0.jar | 33 KB |
| wordinator-0.3.0-sources.jar | 19 KB |
| wordinator-0.3.0-javadoc.jar | 81 KB |
| wordinator-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wordinator/wordinator/
implementation 'org.wordinator:wordinator:0.3.0'
// https://jarcasting.com/artifacts/org.wordinator/wordinator/
implementation ("org.wordinator:wordinator:0.3.0")
'org.wordinator:wordinator:jar:0.3.0'
<dependency org="org.wordinator" name="wordinator" rev="0.3.0">
<artifact name="wordinator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wordinator', module='wordinator', version='0.3.0')
)
libraryDependencies += "org.wordinator" % "wordinator" % "0.3.0"
[org.wordinator/wordinator "0.3.0"]