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