Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.cedarsoft.maven |
ArtifactId | ArtifactIdcedarsoft-skin |
Version | Version1.1.8 |
Type | Typejar |
Filename | Size |
---|---|
cedarsoft-skin-1.1.8.pom | |
cedarsoft-skin-1.1.8.jar | 163 KB |
cedarsoft-skin-1.1.8-tests.jar | 1 KB |
cedarsoft-skin-1.1.8-sources.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.maven/cedarsoft-skin/ -->
<dependency>
<groupId>com.cedarsoft.maven</groupId>
<artifactId>cedarsoft-skin</artifactId>
<version>1.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.maven/cedarsoft-skin/
implementation 'com.cedarsoft.maven:cedarsoft-skin:1.1.8'
// https://jarcasting.com/artifacts/com.cedarsoft.maven/cedarsoft-skin/
implementation ("com.cedarsoft.maven:cedarsoft-skin:1.1.8")
'com.cedarsoft.maven:cedarsoft-skin:jar:1.1.8'
<dependency org="com.cedarsoft.maven" name="cedarsoft-skin" rev="1.1.8">
<artifact name="cedarsoft-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.maven', module='cedarsoft-skin', version='1.1.8')
)
libraryDependencies += "com.cedarsoft.maven" % "cedarsoft-skin" % "1.1.8"
[com.cedarsoft.maven/cedarsoft-skin "1.1.8"]