<dependency> <groupId>com.stoyanr</groupId> <artifactId>evictor</artifactId> <version>1.0.0</version> </dependency>
implementation 'com.stoyanr:evictor:1.0.0'
implementation("com.stoyanr:evictor:1.0.0")
libraryDependencies += "com.stoyanr" % "evictor" % "1.0.0"
@Grapes( @Grab(group='com.stoyanr', module='evictor', version='1.0.0') )
<dependency org="com.stoyanr" name="evictor" rev="1.0.0" />
[com.stoyanr/evictor "1.0.0"]
'com.stoyanr:evictor:jar:1.0.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>9</version> </parent>
test
|-- junit:junit:4.12
|-- org.slf4j:slf4j-api:1.7.16
|-- com.google.guava:guava:18.0