is not current version
Last Version 2.0.1

io.github.mjcro:transport 2.0.0

Transport level abstraction

GroupId

GroupId

io.github.mjcro
ArtifactId

ArtifactId

transport
Version

Version

2.0.0
Type

Type

jar

Download transport 2.0.0


<!-- https://jarcasting.com/artifacts/io.github.mjcro/transport/ -->
<dependency>
    <groupId>io.github.mjcro</groupId>
    <artifactId>transport</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.mjcro/transport/
implementation 'io.github.mjcro:transport:2.0.0'
// https://jarcasting.com/artifacts/io.github.mjcro/transport/
implementation ("io.github.mjcro:transport:2.0.0")
'io.github.mjcro:transport:jar:2.0.0'
<dependency org="io.github.mjcro" name="transport" rev="2.0.0">
  <artifact name="transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.mjcro', module='transport', version='2.0.0')
)
libraryDependencies += "io.github.mjcro" % "transport" % "2.0.0"
[io.github.mjcro/transport "2.0.0"]