Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdio.github.devacfr.maven.skins |
ArtifactId | ArtifactIdreflow-maven-skin |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
reflow-maven-skin-2.1.0.pom | |
reflow-maven-skin-2.1.0.jar | 52 KB |
reflow-maven-skin-2.1.0-sources.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-maven-skin/ -->
<dependency>
<groupId>io.github.devacfr.maven.skins</groupId>
<artifactId>reflow-maven-skin</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-maven-skin/
implementation 'io.github.devacfr.maven.skins:reflow-maven-skin:2.1.0'
// https://jarcasting.com/artifacts/io.github.devacfr.maven.skins/reflow-maven-skin/
implementation ("io.github.devacfr.maven.skins:reflow-maven-skin:2.1.0")
'io.github.devacfr.maven.skins:reflow-maven-skin:jar:2.1.0'
<dependency org="io.github.devacfr.maven.skins" name="reflow-maven-skin" rev="2.1.0">
<artifact name="reflow-maven-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.devacfr.maven.skins', module='reflow-maven-skin', version='2.1.0')
)
libraryDependencies += "io.github.devacfr.maven.skins" % "reflow-maven-skin" % "2.1.0"
[io.github.devacfr.maven.skins/reflow-maven-skin "2.1.0"]