Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.rauber-projects |
ArtifactId | ArtifactIdclient-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
client-core-1.0.1.pom | |
client-core-1.0.1.jar | 24 KB |
client-core-1.0.1-sources.jar | 15 KB |
client-core-1.0.1-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rauber-projects/client-core/ -->
<dependency>
<groupId>com.github.rauber-projects</groupId>
<artifactId>client-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rauber-projects/client-core/
implementation 'com.github.rauber-projects:client-core:1.0.1'
// https://jarcasting.com/artifacts/com.github.rauber-projects/client-core/
implementation ("com.github.rauber-projects:client-core:1.0.1")
'com.github.rauber-projects:client-core:jar:1.0.1'
<dependency org="com.github.rauber-projects" name="client-core" rev="1.0.1">
<artifact name="client-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rauber-projects', module='client-core', version='1.0.1')
)
libraryDependencies += "com.github.rauber-projects" % "client-core" % "1.0.1"
[com.github.rauber-projects/client-core "1.0.1"]