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