Categories |
CategoriesMaven Build Tools Net |
---|---|
GroupId | GroupIdnet.trajano.maven.skins |
ArtifactId | ArtifactIdtwentyfourteen-maven-skin |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.trajano.maven.skins/twentyfourteen-maven-skin/ -->
<dependency>
<groupId>net.trajano.maven.skins</groupId>
<artifactId>twentyfourteen-maven-skin</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.trajano.maven.skins/twentyfourteen-maven-skin/
implementation 'net.trajano.maven.skins:twentyfourteen-maven-skin:1.0.2'
// https://jarcasting.com/artifacts/net.trajano.maven.skins/twentyfourteen-maven-skin/
implementation ("net.trajano.maven.skins:twentyfourteen-maven-skin:1.0.2")
'net.trajano.maven.skins:twentyfourteen-maven-skin:jar:1.0.2'
<dependency org="net.trajano.maven.skins" name="twentyfourteen-maven-skin" rev="1.0.2">
<artifact name="twentyfourteen-maven-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.trajano.maven.skins', module='twentyfourteen-maven-skin', version='1.0.2')
)
libraryDependencies += "net.trajano.maven.skins" % "twentyfourteen-maven-skin" % "1.0.2"
[net.trajano.maven.skins/twentyfourteen-maven-skin "1.0.2"]