is not current version
Last Version 0.4.6

com.jspcore:logcapture 0.1

Library for capturing log messages for test assertions.

Categories

Categories

Jakarta Server Pages Jakarta EE The Web Tier
GroupId

GroupId

com.jspcore
ArtifactId

ArtifactId

logcapture
Version

Version

0.1
Type

Type

jar

Download logcapture 0.1


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