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