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