<dependency> <groupId>net.openhft</groupId> <artifactId>affinity</artifactId> <version>3.2.3</version> <type>bundle</type> </dependency>
implementation 'net.openhft:affinity:3.2.3'
implementation("net.openhft:affinity:3.2.3")
libraryDependencies += "net.openhft" % "affinity" % "3.2.3"
@Grapes( @Grab(group='net.openhft', module='affinity', version='3.2.3') )
<dependency org="net.openhft" name="affinity" rev="3.2.3" />
[net.openhft/affinity "3.2.3"]
'net.openhft:affinity:jar:3.2.3'
<parent> <groupId>net.openhft</groupId> <artifactId>java-parent-pom</artifactId> <version>1.1.22</version> </parent>
compile
|-- org.slf4j:slf4j-api
|-- net.java.dev.jna:jna
|-- net.java.dev.jna:jna-platform
|-- org.jetbrains:annotations
test
|-- org.easymock:easymock
|-- junit:junit
|-- org.slf4j:slf4j-simple