Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.paganini2008 |
ArtifactId | ArtifactIdtransport-client |
Version | Version2.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
transport-client-2.0-RC1.pom | |
transport-client-2.0-RC1.jar | 66 KB |
transport-client-2.0-RC1-sources.jar | 30 KB |
transport-client-2.0-RC1-javadoc.jar | 289 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paganini2008/transport-client/ -->
<dependency>
<groupId>com.github.paganini2008</groupId>
<artifactId>transport-client</artifactId>
<version>2.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paganini2008/transport-client/
implementation 'com.github.paganini2008:transport-client:2.0-RC1'
// https://jarcasting.com/artifacts/com.github.paganini2008/transport-client/
implementation ("com.github.paganini2008:transport-client:2.0-RC1")
'com.github.paganini2008:transport-client:jar:2.0-RC1'
<dependency org="com.github.paganini2008" name="transport-client" rev="2.0-RC1">
<artifact name="transport-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paganini2008', module='transport-client', version='2.0-RC1')
)
libraryDependencies += "com.github.paganini2008" % "transport-client" % "2.0-RC1"
[com.github.paganini2008/transport-client "2.0-RC1"]