GroupId | GroupIdcom.github.javachat |
---|---|
ArtifactId | ArtifactIdstreems |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
streems-0.1.0.pom | |
streems-0.1.0.jar | 10 KB |
streems-0.1.0-sources.jar | 6 KB |
streems-0.1.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.javachat/streems/ -->
<dependency>
<groupId>com.github.javachat</groupId>
<artifactId>streems</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.javachat/streems/
implementation 'com.github.javachat:streems:0.1.0'
// https://jarcasting.com/artifacts/com.github.javachat/streems/
implementation ("com.github.javachat:streems:0.1.0")
'com.github.javachat:streems:jar:0.1.0'
<dependency org="com.github.javachat" name="streems" rev="0.1.0">
<artifact name="streems" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.javachat', module='streems', version='0.1.0')
)
libraryDependencies += "com.github.javachat" % "streems" % "0.1.0"
[com.github.javachat/streems "0.1.0"]