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