<dependency> <groupId>io.tmio</groupId> <artifactId>tuweni-bytes</artifactId> <version>2.4.2</version> <type>pom</type> </dependency>
implementation 'io.tmio:tuweni-bytes:2.4.2'
implementation("io.tmio:tuweni-bytes:2.4.2")
libraryDependencies += "io.tmio" % "tuweni-bytes" % "2.4.2"
@Grapes( @Grab(group='io.tmio', module='tuweni-bytes', version='2.4.2') )
<dependency org="io.tmio" name="tuweni-bytes" rev="2.4.2" />
[io.tmio/tuweni-bytes "2.4.2"]
'io.tmio:tuweni-bytes:jar:2.4.2'
compile
|-- org.connid:framework:1.3.2
|-- org.connid:framework-internal:1.3.2
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.21
|-- com.google.code.findbugs:jsr305:3.0.2
|-- com.google.errorprone:error_prone_annotations:2.17.0
|-- io.vertx:vertx-core:4.3.7