Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.pwall.log |
ArtifactId | ArtifactIdlog-front |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
log-front-2.3.pom | |
log-front-2.3.jar | 21 KB |
log-front-2.3-sources.jar | 25 KB |
log-front-2.3-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.log/log-front/ -->
<dependency>
<groupId>net.pwall.log</groupId>
<artifactId>log-front</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.log/log-front/
implementation 'net.pwall.log:log-front:2.3'
// https://jarcasting.com/artifacts/net.pwall.log/log-front/
implementation ("net.pwall.log:log-front:2.3")
'net.pwall.log:log-front:jar:2.3'
<dependency org="net.pwall.log" name="log-front" rev="2.3">
<artifact name="log-front" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.log', module='log-front', version='2.3')
)
libraryDependencies += "net.pwall.log" % "log-front" % "2.3"
[net.pwall.log/log-front "2.3"]