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