<dependency> <groupId>com.github.pscheidl</groupId> <artifactId>benguard</artifactId> <version>0.2.2</version> </dependency>
implementation 'com.github.pscheidl:benguard:0.2.2'
implementation("com.github.pscheidl:benguard:0.2.2")
libraryDependencies += "com.github.pscheidl" % "benguard" % "0.2.2"
@Grapes( @Grab(group='com.github.pscheidl', module='benguard', version='0.2.2') )
<dependency org="com.github.pscheidl" name="benguard" rev="0.2.2" />
[com.github.pscheidl/benguard "0.2.2"]
'com.github.pscheidl:benguard:jar:0.2.2'
compile
|-- org.slf4j:slf4j-api:1.7.25
test
|-- junit:junit:4.12
|-- org.apache.openejb:arquillian-tomee-embedded:1.7.2