Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.lafa.sledclient |
ArtifactId | ArtifactIdsledclient |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sledclient-0.0.1.pom | |
sledclient-0.0.1.jar | 17 KB |
sledclient-0.0.1-sources.jar | 8 KB |
sledclient-0.0.1-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lafa.sledclient/sledclient/ -->
<dependency>
<groupId>com.github.lafa.sledclient</groupId>
<artifactId>sledclient</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.sledclient/sledclient/
implementation 'com.github.lafa.sledclient:sledclient:0.0.1'
// https://jarcasting.com/artifacts/com.github.lafa.sledclient/sledclient/
implementation ("com.github.lafa.sledclient:sledclient:0.0.1")
'com.github.lafa.sledclient:sledclient:jar:0.0.1'
<dependency org="com.github.lafa.sledclient" name="sledclient" rev="0.0.1">
<artifact name="sledclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.sledclient', module='sledclient', version='0.0.1')
)
libraryDependencies += "com.github.lafa.sledclient" % "sledclient" % "0.0.1"
[com.github.lafa.sledclient/sledclient "0.0.1"]