Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdis.tagomor.woothee |
ArtifactId | ArtifactIdwoothee-java |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
woothee-java-1.5.0.pom | |
woothee-java-1.5.0.jar | 48 KB |
woothee-java-1.5.0-sources.jar | 34 KB |
woothee-java-1.5.0-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/is.tagomor.woothee/woothee-java/ -->
<dependency>
<groupId>is.tagomor.woothee</groupId>
<artifactId>woothee-java</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/is.tagomor.woothee/woothee-java/
implementation 'is.tagomor.woothee:woothee-java:1.5.0'
// https://jarcasting.com/artifacts/is.tagomor.woothee/woothee-java/
implementation ("is.tagomor.woothee:woothee-java:1.5.0")
'is.tagomor.woothee:woothee-java:jar:1.5.0'
<dependency org="is.tagomor.woothee" name="woothee-java" rev="1.5.0">
<artifact name="woothee-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='is.tagomor.woothee', module='woothee-java', version='1.5.0')
)
libraryDependencies += "is.tagomor.woothee" % "woothee-java" % "1.5.0"
[is.tagomor.woothee/woothee-java "1.5.0"]