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