Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.cesanta |
ArtifactId | ArtifactIdclubby |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
clubby-0.0.2.pom | |
clubby-0.0.2.jar | 20 KB |
clubby-0.0.2-sources.jar | 9 KB |
clubby-0.0.2-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cesanta/clubby/ -->
<dependency>
<groupId>com.cesanta</groupId>
<artifactId>clubby</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.cesanta/clubby/
implementation 'com.cesanta:clubby:0.0.2'
// https://jarcasting.com/artifacts/com.cesanta/clubby/
implementation ("com.cesanta:clubby:0.0.2")
'com.cesanta:clubby:jar:0.0.2'
<dependency org="com.cesanta" name="clubby" rev="0.0.2">
<artifact name="clubby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cesanta', module='clubby', version='0.0.2')
)
libraryDependencies += "com.cesanta" % "clubby" % "0.0.2"
[com.cesanta/clubby "0.0.2"]