<dependency> <groupId>io.activej</groupId> <artifactId>activej-bytebuf</artifactId> <version>5.0-rc3</version> </dependency>
implementation 'io.activej:activej-bytebuf:5.0-rc3'
implementation("io.activej:activej-bytebuf:5.0-rc3")
libraryDependencies += "io.activej" % "activej-bytebuf" % "5.0-rc3"
@Grapes( @Grab(group='io.activej', module='activej-bytebuf', version='5.0-rc3') )
<dependency org="io.activej" name="activej-bytebuf" rev="5.0-rc3" />
[io.activej/activej-bytebuf "5.0-rc3"]
'io.activej:activej-bytebuf:jar:5.0-rc3'
<parent> <groupId>io.activej</groupId> <artifactId>activej</artifactId> <version>5.0-rc3</version> </parent>
compile
|-- io.activej:activej-common