License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.logdistiller |
ArtifactId | ArtifactIdskin |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogDistiller Site Skin
LogDistiller Site Skin
|
Filename | Size |
---|---|
skin-1.0.pom | |
skin-1.0.jar | 7 KB |
skin-1.0-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.logdistiller/skin/ -->
<dependency>
<groupId>net.sf.logdistiller</groupId>
<artifactId>skin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.logdistiller/skin/
implementation 'net.sf.logdistiller:skin:1.0'
// https://jarcasting.com/artifacts/net.sf.logdistiller/skin/
implementation ("net.sf.logdistiller:skin:1.0")
'net.sf.logdistiller:skin:jar:1.0'
<dependency org="net.sf.logdistiller" name="skin" rev="1.0">
<artifact name="skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.logdistiller', module='skin', version='1.0')
)
libraryDependencies += "net.sf.logdistiller" % "skin" % "1.0"
[net.sf.logdistiller/skin "1.0"]