is not current version
Last Version 2.1.0

com.github.gavintranter:logRules 1.0.0

JUnit Rule to determine if logging events happen

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.gavintranter
ArtifactId

ArtifactId

logRules
Version

Version

1.0.0
Type

Type

jar

Download logRules 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.gavintranter/logRules/ -->
<dependency>
    <groupId>com.github.gavintranter</groupId>
    <artifactId>logRules</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gavintranter/logRules/
implementation 'com.github.gavintranter:logRules:1.0.0'
// https://jarcasting.com/artifacts/com.github.gavintranter/logRules/
implementation ("com.github.gavintranter:logRules:1.0.0")
'com.github.gavintranter:logRules:jar:1.0.0'
<dependency org="com.github.gavintranter" name="logRules" rev="1.0.0">
  <artifact name="logRules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gavintranter', module='logRules', version='1.0.0')
)
libraryDependencies += "com.github.gavintranter" % "logRules" % "1.0.0"
[com.github.gavintranter/logRules "1.0.0"]