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